3 writes to proxyCredentialType
System.ServiceModel (3)
System\ServiceModel\HttpTransportSecurity.cs (3)
28
this.
proxyCredentialType
= DefaultProxyCredentialType;
55
this.
proxyCredentialType
= value;
106
transportSecurity.
proxyCredentialType
= HttpProxyCredentialTypeHelper.MapToProxyCredentialType(http.ProxyAuthenticationScheme);
3 references to proxyCredentialType
System.ServiceModel (3)
System\ServiceModel\HttpTransportSecurity.cs (3)
48
get { return this.
proxyCredentialType
; }
98
http.ProxyAuthenticationScheme = HttpProxyCredentialTypeHelper.MapToAuthenticationScheme(this.
proxyCredentialType
);
183
return this.
proxyCredentialType
!= DefaultProxyCredentialType;