2 references to WebProxy
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
153
this.proxy = new
WebProxy
(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal);
2144
WebProxy result = new
WebProxy
(this.address, this.bypassOnLocal);