Base:
property
Scheme
System.ServiceModel.Channels.TransportChannelFactory<TChannel>.Scheme
1 override of Scheme
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
37
public override string
Scheme
3 references to Scheme
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
371
tokenProvider = TransportSecurityHelpers.GetUserNameTokenProvider(SecurityTokenManager, target, via,
Scheme
, authenticationScheme, channelParameters);
375
tokenProvider = TransportSecurityHelpers.GetSspiTokenProvider(SecurityTokenManager, target, via,
Scheme
, authenticationScheme, channelParameters);
378
tokenProvider = TransportSecurityHelpers.GetDigestTokenProvider(SecurityTokenManager, target, via,
Scheme
, authenticationScheme, channelParameters);