4 writes to Proxy
System.ServiceModel.Http (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
101
Proxy
= bindingElement.Proxy;
112
Proxy
= new WebProxy(bindingElement.ProxyAddress, bindingElement.BypassProxyOnLocal);
116
Proxy
= null;
124
Proxy
= new WebProxy();
4 references to Proxy
System.ServiceModel.Http (4)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
193
if (_channelFactory.
Proxy
!= null)
195
clientWebSocket.Options.Proxy = _channelFactory.
Proxy
;
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
284
if (
Proxy
!= null)
286
clientHandler.Proxy =
Proxy
;