3 writes to proxyAuthenticationScheme
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
59this.proxyAuthenticationScheme = HttpTransportDefaults.ProxyAuthenticationScheme; 86this.proxyAuthenticationScheme = elementToBeCloned.proxyAuthenticationScheme; 334this.proxyAuthenticationScheme = value;
4 references to proxyAuthenticationScheme
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
86this.proxyAuthenticationScheme = elementToBeCloned.proxyAuthenticationScheme; 324return this.proxyAuthenticationScheme; 924if (this.proxyAuthenticationScheme != http.proxyAuthenticationScheme)