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