3 writes to _proxyCredentialType
System.ServiceModel.Http (3)
System\ServiceModel\HttpTransportSecurity.cs (3)
25
_proxyCredentialType
= DefaultProxyCredentialType;
54
_proxyCredentialType
= value;
101
transportSecurity.
_proxyCredentialType
= HttpProxyCredentialTypeHelper.MapToProxyCredentialType(http.ProxyAuthenticationScheme);
2 references to _proxyCredentialType
System.ServiceModel.Http (2)
System\ServiceModel\HttpTransportSecurity.cs (2)
46
get { return
_proxyCredentialType
; }
93
http.ProxyAuthenticationScheme = HttpProxyCredentialTypeHelper.MapToAuthenticationScheme(
_proxyCredentialType
);