次の方法で共有


ExplicitProxy.HttpsPort プロパティ

定義

明示的なプロキシ https プロトコルのポート番号を取得または設定します。64000 を超えることはできません。

[Newtonsoft.Json.JsonProperty(PropertyName="httpsPort")]
public int? HttpsPort { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="httpsPort")>]
member this.HttpsPort : Nullable<int> with get, set
Public Property HttpsPort As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象