WSDualHttpBindingElement.ProxyAddress 属性

定义

获取或设置一个指定 HTTP 代理的地址的 URI。Gets or set a URI that specifies the address of the HTTP proxy.

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
[System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public Uri ProxyAddress { get; set; }
[<System.Configuration.ConfigurationProperty("proxyAddress", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

属性值

Uri

一个指定 HTTP 代理的地址的 URI。A URI that specifies the address of the HTTP proxy.

属性

注解

如果 UseDefaultWebProxy 属性设置为 true,则该属性的值被忽略。If the UseDefaultWebProxy property is set to true, the value of this property is ignored.

适用于