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)
124
return
_authenticationScheme
;
234
NetworkCredential credential = await HttpChannelUtilities.GetCredentialAsync(
_authenticationScheme
,
310
if (
_authenticationScheme
!= AuthenticationSchemes.Anonymous)
316
switch (
_authenticationScheme
)
477
return
_authenticationScheme
!= AuthenticationSchemes.Anonymous;
562
if (IsWindowsAuth(
_authenticationScheme
))