HttpsRedirectionOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for the HTTPS Redirection Middleware.
public ref class HttpsRedirectionOptions
public class HttpsRedirectionOptions
type HttpsRedirectionOptions = class
Public Class HttpsRedirectionOptions
- Inheritance
-
HttpsRedirectionOptions
Constructors
| HttpsRedirectionOptions() |
Properties
| HttpsPort |
The HTTPS port to be added to the redirected URL. |
| RedirectStatusCode |
The status code used for the redirect response. The default is 307. |