DefaultProxySection::BypassList Property

 

Gets the collection of resources that are not obtained using the Web proxy server.

Namespace:   System.Net.Configuration
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
Return to top
Show: