3 writes to _proxyAuthenticationScheme
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
46
_proxyAuthenticationScheme
= HttpTransportDefaults.ProxyAuthenticationScheme;
73
_proxyAuthenticationScheme
= elementToBeCloned._proxyAuthenticationScheme;
250
_proxyAuthenticationScheme
= value;
2 references to _proxyAuthenticationScheme
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
73
_proxyAuthenticationScheme = elementToBeCloned.
_proxyAuthenticationScheme
;
239
return
_proxyAuthenticationScheme
;