共用方式為


ApplicationGatewayHttpListener.RequireServerNameIndication Property

Definition

Gets or sets applicable only if protocol is https. Enables SNI for multi-hosting.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.requireServerNameIndication")]
public bool? RequireServerNameIndication { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.requireServerNameIndication")>]
member this.RequireServerNameIndication : Nullable<bool> with get, set
Public Property RequireServerNameIndication As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to