WebHttpBinding.ProxyAddress プロパティ

定義

HTTP プロキシの URI アドレスを取得または設定します。

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
public Uri ProxyAddress { get; set; }
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

プロパティ値

Uri

HTTP プロキシのアドレスとして使用できる Uri。 既定値は null です。

注釈

UseDefaultWebProxytrue に設定した場合、ProxyAddress の値は無視されます。

適用対象