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

属性

适用于