1 write to factory
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1943this.factory = channel.Factory;
8 references to factory
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelFactory.cs (8)
1946if (factory.ManualAddressing) 1948this.factory.CreateAndOpenTokenProviders(to, via, channel.channelParameters, timeoutHelper.RemainingTime(), 1954if (factory.AuthenticationScheme == AuthenticationSchemes.Anonymous) 1959else if (factory.AuthenticationScheme == AuthenticationSchemes.Basic) 2019if (factory.AuthenticationScheme == AuthenticationSchemes.Digest) 2023else if (factory.AuthenticationScheme == AuthenticationSchemes.Ntlm) 2037this.request = factory.GetWebRequest(to, via, credential, impersonationLevel, 2043if (this.factory.ManualAddressing)