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