次の方法で共有


ContainerHttpGet.Scheme プロパティ

定義

スキームを取得または設定します。 指定できる値は、'http'、'https' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象