13 references to ProxyElement
System (13)
net\System\Net\Configuration\DefaultProxySection.cs (13)
67
public
ProxyElement
Proxy
69
get { return (
ProxyElement
)this[this.proxy]; }
102
typeof(
ProxyElement
),
150
if (section.Proxy.AutoDetect ==
ProxyElement
.AutoDetectValues.Unspecified &&
153
section.Proxy.UseSystemDefault !=
ProxyElement
.UseSystemDefaultValues.True &&
155
section.Proxy.BypassOnLocal ==
ProxyElement
.BypassOnLocalValues.Unspecified &&
159
if (section.Proxy.UseSystemDefault ==
ProxyElement
.UseSystemDefaultValues.False)
209
else if (section.Proxy.UseSystemDefault ==
ProxyElement
.UseSystemDefaultValues.True &&
210
section.Proxy.AutoDetect ==
ProxyElement
.AutoDetectValues.Unspecified &&
236
if (section.Proxy.AutoDetect !=
ProxyElement
.AutoDetectValues.Unspecified)
238
tempProxy.AutoDetect = section.Proxy.AutoDetect ==
ProxyElement
.AutoDetectValues.True;
244
if (section.Proxy.BypassOnLocal !=
ProxyElement
.BypassOnLocalValues.Unspecified)
246
tempProxy.BypassProxyOnLocal = section.Proxy.BypassOnLocal ==
ProxyElement
.BypassOnLocalValues.True;