ProxyElement::BypassOnLocal Property

 

Gets or sets a value that indicates whether local resources are retrieved by using a Web proxy server.

Namespace:   System.Net.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("bypassonlocal", DefaultValue = ProxyElement::BypassOnLocalValues::Unspecified)]
property ProxyElement::BypassOnLocalValues BypassOnLocal {
	ProxyElement::BypassOnLocalValues get();
	void set(ProxyElement::BypassOnLocalValues value);
}

Property Value

Type: System.Net.Configuration::ProxyElement::BypassOnLocalValues

A ProxyElement::BypassOnLocalValues.

Avalue that indicates whether local resources are retrieved by using a Web proxy server.

This configuration element controls whether requests for resources on the LAN are sent to the proxy server or sent directly to the host where the resource resides.

.NET Framework
Available since 2.0
Return to top
Show: