3 writes to _proxyAuthenticationScheme
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
40
_proxyAuthenticationScheme
= HttpTransportDefaults.ProxyAuthenticationScheme;
62
_proxyAuthenticationScheme
= elementToBeCloned._proxyAuthenticationScheme;
179
_proxyAuthenticationScheme
= value;
2 references to _proxyAuthenticationScheme
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
62
_proxyAuthenticationScheme = elementToBeCloned.
_proxyAuthenticationScheme
;
168
return
_proxyAuthenticationScheme
;