Share via


ProxyElement.ProxyAddress 屬性

定義

取得或設定 URI,該 URI 識別要使用的 Web Proxy 伺服器。

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

屬性值

Uri

識別要使用的 Web Proxy 伺服器的 URI。

屬性

適用於

另請參閱