GatewayHostnameConfigurationContract.Http2Enabled Property

Definition

Gets or sets specifies if HTTP/2.0 is supported

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to