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