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
属性值
包含绕过 Web 代理服务器的资源地址的 A BypassElementCollection 。
- 属性
注解
BypassElementCollection此属性返回的每个资源包含一个BypassElement绕过 Web 代理服务器的资源。