DefaultProxySection.BypassList 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取不使用 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,包含跳过 Web 代理服务器的资源的地址。
- 属性
注解
BypassElementCollection此属性返回的 包含一个BypassElement用于绕过 Web 代理服务器的每个资源。