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