1 write to ProxyFactory
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
117ProxyFactory =
8 references to ProxyFactory
System.ServiceModel.Http (8)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
197else if (_channelFactory.ProxyFactory != null) 199clientWebSocket.Options.Proxy = await _channelFactory.ProxyFactory.CreateWebProxyAsync(
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
289else if (ProxyFactory != null) 291clientHandler.Proxy = await ProxyFactory.CreateWebProxyAsync(authenticationLevel, 564if (ProxyFactory != null && ProxyFactory.AuthenticationScheme != AuthenticationSchemes.Anonymous) 747if (ProxyFactory != null) 749proxyTokenProvider = await CreateAndOpenTokenProviderAsync(timeoutHelper.RemainingTime(), ProxyFactory.AuthenticationScheme, to, via, channelParameters);