Share via


DefaultProxySection.Proxy 属性

定义

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

public:
 property System::Net::Configuration::ProxyElement ^ Proxy { System::Net::Configuration::ProxyElement ^ get(); };
[System.Configuration.ConfigurationProperty("proxy")]
public System.Net.Configuration.ProxyElement Proxy { get; }
[<System.Configuration.ConfigurationProperty("proxy")>]
member this.Proxy : System.Net.Configuration.ProxyElement
Public ReadOnly Property Proxy As ProxyElement

属性值

标识 Web 代理服务器的 URI。

属性

注解

ProxyElement此属性返回的 标识要用于不在集合中的BypassList资源的 Web 代理服务器。

适用于

另请参阅