3 references to BypassOnLocal
System (3)
net\System\Net\Configuration\DefaultProxySection.cs (3)
155section.Proxy.BypassOnLocal == ProxyElement.BypassOnLocalValues.Unspecified && 244if (section.Proxy.BypassOnLocal != ProxyElement.BypassOnLocalValues.Unspecified) 246tempProxy.BypassProxyOnLocal = section.Proxy.BypassOnLocal == ProxyElement.BypassOnLocalValues.True;