3 writes to _authenticationScheme
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
45
_authenticationScheme
= HttpTransportDefaults.AuthenticationScheme;
65
_authenticationScheme
= elementToBeCloned._authenticationScheme;
109
_authenticationScheme
= value;
8 references to _authenticationScheme
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (8)
65
_authenticationScheme = elementToBeCloned.
_authenticationScheme
;
104
return
_authenticationScheme
;
477
if (
_authenticationScheme
== AuthenticationSchemes.None)
480
_authenticationScheme
));
482
else if (!
_authenticationScheme
.IsSingleton())
485
_authenticationScheme
));
580
if (
_authenticationScheme
!= http.
_authenticationScheme
)