WSDualHttpBindingElement.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。

属性

注釈

UseDefaultWebProxy プロパティが true に設定されている場合は、このプロパティの値は無視されます。

適用対象