SiteConfig.Http20Enabled 속성

정의

http20Enabled를 가져오거나 설정합니다. 클라이언트가 http2.0을 통해 연결할 수 있도록 웹 사이트를 구성합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상