HttpSettings 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.
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
public class HttpSettings
type HttpSettings = class
Public Class HttpSettings
- Inheritance
-
HttpSettings
Constructors
HttpSettings() |
Initializes a new instance of the HttpSettings class. |
HttpSettings(Nullable<Boolean>, HttpSettingsRoutes, ForwardProxy) |
Initializes a new instance of the HttpSettings class. |
Properties
ForwardProxy |
Gets or sets the configuration settings of a forward proxy used to make the requests. |
RequireHttps |
Gets or sets <code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>. |
Routes |
Gets or sets the configuration settings of the paths HTTP requests. |
Applies to
Azure SDK for .NET