6 writes to webProxy
System (6)
net\System\Net\Configuration\DefaultProxySection.cs (6)
161
this.
webProxy
= new EmptyWebProxy();
175
this.
webProxy
= new WebRequest.WebProxyWrapper(new WebProxy(true));
198
this.
webProxy
= (IWebProxy)Activator.CreateInstance(
221
this.
webProxy
= new WebProxy(false);
229
this.
webProxy
= new WebProxy();
266
this.
webProxy
= new WebRequest.WebProxyWrapper(tempProxy);
4 references to webProxy
System (4)
net\System\Net\Configuration\DefaultProxySection.cs (4)
232
WebProxy tempProxy = this.
webProxy
as WebProxy;
272
if (this.
webProxy
!= null && section.UseDefaultCredentials)
274
this.
webProxy
.Credentials = SystemNetworkCredential.defaultCredential;
314
get { return this.
webProxy
; }