4 references to AutoDetect
System (4)
net\System\Net\Configuration\DefaultProxySection.cs (4)
150if (section.Proxy.AutoDetect == ProxyElement.AutoDetectValues.Unspecified && 210section.Proxy.AutoDetect == ProxyElement.AutoDetectValues.Unspecified && 236if (section.Proxy.AutoDetect != ProxyElement.AutoDetectValues.Unspecified) 238tempProxy.AutoDetect = section.Proxy.AutoDetect == ProxyElement.AutoDetectValues.True;