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