DefaultProxySection::BypassList Property
.NET Framework (current version)
Gets the collection of resources that are not obtained using the Web proxy server.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("bypasslist")] property BypassElementCollection^ BypassList { BypassElementCollection^ get(); }
Property Value
Type: System.Net.Configuration::BypassElementCollection^A BypassElementCollection that contains the addresses of resources that bypass the Web proxy server.
The BypassElementCollection returned by this property contains one BypassElement for each resource that bypasses the Web Proxy server.
.NET Framework
Available since 2.0
Available since 2.0
Show: