CustomDomainHttpsParameters.ProtocolType プロパティ

定義

セキュリティで保護された配信に使用される TLS 拡張機能プロトコルを取得または設定します。 使用できる値は、'ServerNameIndication'、'IPBased' です。

[Newtonsoft.Json.JsonProperty(PropertyName="protocolType")]
public string ProtocolType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protocolType")>]
member this.ProtocolType : string with get, set
Public Property ProtocolType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象