4 references to WebProxy
System (4)
net\System\Net\Configuration\DefaultProxySection.cs (2)
175this.webProxy = new WebRequest.WebProxyWrapper(new WebProxy(true)); 221this.webProxy = new WebProxy(false);
net\System\Net\webproxy.cs (1)
418return new WebProxy(true);
net\System\Net\WebRequest.cs (1)
1097return new WebProxyWrapperOpaque(new WebProxy(true));