3 writes to BypassProxyOnLocal
System (1)
net\System\Net\Configuration\DefaultProxySection.cs (1)
246tempProxy.BypassProxyOnLocal = section.Proxy.BypassOnLocal == ProxyElement.BypassOnLocalValues.True;
System.Runtime.Remoting (2)
channels\http\httpclientchannel.cs (2)
339proxy.BypassProxyOnLocal = true; 899proxy.BypassProxyOnLocal = true;