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