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