HttpTransportElement.ProxyAddress 属性

定义

获取或设置一个 URI,包含要用于 HTTP 请求的代理地址。

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

包含代理地址的 Uri

属性

适用于