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