4 references to Unspecified
System (4)
net\System\Net\Configuration\DefaultProxySection.cs (2)
155section.Proxy.BypassOnLocal == ProxyElement.BypassOnLocalValues.Unspecified && 244if (section.Proxy.BypassOnLocal != ProxyElement.BypassOnLocalValues.Unspecified)
net\System\Net\Configuration\ProxyElement.cs (2)
70[ConfigurationProperty(ConfigurationStrings.BypassOnLocal, DefaultValue=(BypassOnLocalValues) BypassOnLocalValues.Unspecified)] 114BypassOnLocalValues.Unspecified,