Share via


WebHttpBindingElement.ProxyAddress プロパティ

定義

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

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=null)]
public Uri ProxyAddress { get; set; }
[<System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=null)>]
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

プロパティ値

Uri

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

属性

注釈

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

適用対象