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