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