1 write to authenticationScheme
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
2131this.authenticationScheme = authenticationScheme;
4 references to authenticationScheme
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
2138return authenticationScheme; 2146if (this.authenticationScheme != AuthenticationSchemes.Anonymous) 2150NetworkCredential credential = HttpChannelUtilities.GetCredential(this.authenticationScheme, 2171credentials.Add(this.address, AuthenticationSchemesHelper.ToString(this.authenticationScheme),