共用方式為


HttpTransportElement.ProxyAddress 屬性

定義

取得或設定 URI,包含用於 HTTP 要求的 Proxy 位址。

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

包含 Proxy 位址的 Uri

屬性

適用於