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