1 write to webProxy
System (1)
net\System\Net\WebRequest.cs (1)
1115this.webProxy = webProxy;
6 references to webProxy
System (6)
net\System\Net\WebRequest.cs (6)
1120return webProxy.GetProxy(destination); 1125return webProxy.IsBypassed(host); 1132return webProxy.Credentials; 1137webProxy.Credentials = value; 1143return ((IAutoWebProxy) webProxy).GetProxies(destination); 1160return webProxy;