共用方式為


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

A Uri 作為 HTTP 代理的位址。 預設值為 null

屬性

備註

UseDefaultWebProxy 設為 true,則忽略 的 ProxyAddress 值。

適用於