次の方法で共有


ExplicitProxy.HttpPort プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象