1 write to proxyFactory
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
158
this.
proxyFactory
=
6 references to proxyFactory
System.ServiceModel (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
510
if (this.
proxyFactory
!= null && this.
proxyFactory
.AuthenticationScheme != AuthenticationSchemes.Anonymous)
798
else if (this.
proxyFactory
!= null)
800
httpWebRequest.Proxy = this.
proxyFactory
.CreateWebProxy(httpWebRequest, proxyTokenProvider, timeout);
860
if (this.
proxyFactory
!= null)
862
proxyTokenProvider = CreateAndOpenTokenProvider(timeoutHelper.RemainingTime(), this.
proxyFactory
.AuthenticationScheme, to, via, channelParameters);