1 write to _authenticationScheme
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
99_authenticationScheme = bindingElement.AuthenticationScheme;
6 references to _authenticationScheme
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (6)
124return _authenticationScheme; 234NetworkCredential credential = await HttpChannelUtilities.GetCredentialAsync(_authenticationScheme, 310if (_authenticationScheme != AuthenticationSchemes.Anonymous) 316switch (_authenticationScheme) 477return _authenticationScheme != AuthenticationSchemes.Anonymous; 562if (IsWindowsAuth(_authenticationScheme))