4 writes to proxy
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
142this.proxy = bindingElement.Proxy; 153this.proxy = new WebProxy(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal); 157this.proxy = null; 165this.proxy = new WebProxy();
3 references to proxy
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
259return this.proxy; 794if (this.proxy != null) 796httpWebRequest.Proxy = this.proxy;