3 writes to authenticationScheme
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
51
this.
authenticationScheme
= HttpTransportDefaults.AuthenticationScheme;
75
this.
authenticationScheme
= elementToBeCloned.authenticationScheme;
125
this.
authenticationScheme
= value;
8 references to authenticationScheme
System.ServiceModel (8)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (8)
75
this.authenticationScheme = elementToBeCloned.
authenticationScheme
;
120
return this.
authenticationScheme
;
585
if (this.
authenticationScheme
== AuthenticationSchemes.None)
588
this.
authenticationScheme
));
590
else if (!this.
authenticationScheme
.IsSingleton())
593
this.
authenticationScheme
));
908
if (this.
authenticationScheme
!= http.
authenticationScheme
)