ProxyElement::BypassOnLocal Property
.NET Framework (current version)
Gets or sets a value that indicates whether local resources are retrieved by using a Web proxy server.
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::BypassOnLocalValuesA 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
Available since 2.0
Show: