Base:
property
Scheme
System.ServiceModel.Channels.TransportChannelFactory<TChannel>.Scheme
1 override of Scheme
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
41public override string Scheme
3 references to Scheme
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
402tokenProvider = TransportSecurityHelpers.GetUserNameTokenProvider(this.SecurityTokenManager, target, via, this.Scheme, authenticationScheme, channelParameters); 406tokenProvider = TransportSecurityHelpers.GetSspiTokenProvider(this.SecurityTokenManager, target, via, this.Scheme, authenticationScheme, channelParameters); 409tokenProvider = TransportSecurityHelpers.GetDigestTokenProvider(this.SecurityTokenManager, target, via, this.Scheme, authenticationScheme, channelParameters);