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

属性

注解

如果 UseDefaultWebProxy 属性设置为 true,则该属性的值被忽略。

适用于