ProxyElement.ProxyAddress 属性

定义

获取或设置标识要使用的 Web 代理服务器的 URI。

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

属性值

Uri

标识要使用的 Web 代理服务器的 URI。

属性

适用于

另请参阅