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

属性值

BypassElementCollection

BypassElementCollection,包含跳过 Web 代理服务器的资源的地址。

属性

注解

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

适用于

另请参阅