WebHttpBinding.ProxyAddress 属性

定义

获取或设置 HTTP 代理的 URI 地址。Gets or sets the URI address of the HTTP proxy.

public:
 property Uri ^ ProxyAddress { Uri ^ get(); void set(Uri ^ value); };
public Uri ProxyAddress { get; set; }
member this.ProxyAddress : Uri with get, set
Public Property ProxyAddress As Uri

属性值

Uri

一个充当 HTTP 代理地址的 UriA Uri that serves as the address of the HTTP proxy. 默认值是 nullThe default value is null.

注解

如果将 UseDefaultWebProxy 设置为 true,则将忽略 ProxyAddress 的值。If the UseDefaultWebProxy is set to true, the value of ProxyAddress is ignored.

适用于