WSHttpBindingBaseElement.ProxyAddress 屬性

定義

取得或設定指定 HTTP Proxy 位址的 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 Proxy 位址的 URI。

屬性

備註

如果 UseDefaultWebProxy 屬性設為 true,這個參數的值將被略過。

適用於