5 references to Unspecified
System (5)
net\System\Net\Configuration\DefaultProxySection.cs (3)
150if (section.Proxy.AutoDetect == ProxyElement.AutoDetectValues.Unspecified && 210section.Proxy.AutoDetect == ProxyElement.AutoDetectValues.Unspecified && 236if (section.Proxy.AutoDetect != ProxyElement.AutoDetectValues.Unspecified)
net\System\Net\Configuration\ProxyElement.cs (2)
56[ConfigurationProperty(ConfigurationStrings.AutoDetect, DefaultValue=AutoDetectValues.Unspecified)] 96AutoDetectValues.Unspecified,