Share via


HttpSettings Class

Definition

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 &lt;code&gt;false&lt;/code&gt; if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, &lt;code&gt;true&lt;/code&gt;.

Routes

Gets or sets the configuration settings of the paths HTTP requests.

Applies to