WSDualHttpBindingElement.ProxyAddress 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个指定 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
属性值
一个指定 HTTP 代理的地址的 URI。
- 属性
注解
如果 UseDefaultWebProxy 属性设置为 true
,则该属性的值被忽略。