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