DefaultProxySection.BypassList 属性

定义

获取未使用 Web 代理服务器获取的资源集合。

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

属性值

包含绕过 Web 代理服务器的资源地址的 A BypassElementCollection

属性

注解

BypassElementCollection此属性返回的每个资源包含一个BypassElement绕过 Web 代理服务器的资源。

适用于

另请参阅