次の方法で共有


SiteConfig.Http20Enabled プロパティ

定義

http20Enabled を取得または設定します。クライアントが http2.0 経由で接続できるように Web サイトを構成します

[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

適用対象