2 references to WebProxy
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
112Proxy = new WebProxy(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal); 1385WebProxy result = new WebProxy(_address, _bypassOnLocal);