10 references to BypassOnLocalValues
System (10)
net\System\Net\Configuration\DefaultProxySection.cs (3)
155
section.Proxy.BypassOnLocal == ProxyElement.
BypassOnLocalValues
.Unspecified &&
244
if (section.Proxy.BypassOnLocal != ProxyElement.
BypassOnLocalValues
.Unspecified)
246
tempProxy.BypassProxyOnLocal = section.Proxy.BypassOnLocal == ProxyElement.
BypassOnLocalValues
.True;
net\System\Net\Configuration\ProxyElement.cs (7)
70
[ConfigurationProperty(ConfigurationStrings.BypassOnLocal, DefaultValue=(
BypassOnLocalValues
)
BypassOnLocalValues
.Unspecified)]
71
public
BypassOnLocalValues
BypassOnLocal
73
get { return (
BypassOnLocalValues
) this[this.bypassonlocal]; }
113
typeof(
BypassOnLocalValues
),
114
BypassOnLocalValues
.Unspecified,
115
new EnumConverter(typeof(
BypassOnLocalValues
)),