Share via


IHttpSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.HttpSettingsTypeConverter))]
public interface IHttpSettings : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.HttpSettingsTypeConverter))>]
type IHttpSettings = interface
    interface IJsonSerializable
Public Interface IHttpSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ForwardProxyConvention

The convention used to determine the url of the request made.

ForwardProxyCustomHostHeaderName

The name of the header containing the host of the request.

ForwardProxyCustomProtoHeaderName

The name of the header containing the scheme of the request.

RequireHttps

false if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, true.

RouteApiPrefix

The prefix that should precede all the authentication/authorization paths.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to