1 write to ProxyAuthenticationScheme
System.ServiceModel.Http (1)
System\ServiceModel\HttpTransportSecurity.cs (1)
93
http.
ProxyAuthenticationScheme
= HttpProxyCredentialTypeHelper.MapToAuthenticationScheme(_proxyCredentialType);
4 references to ProxyAuthenticationScheme
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
110
if (bindingElement.
ProxyAuthenticationScheme
== AuthenticationSchemes.Anonymous)
119
bindingElement.
ProxyAuthenticationScheme
);
System\ServiceModel\HttpTransportSecurity.cs (1)
101
transportSecurity._proxyCredentialType = HttpProxyCredentialTypeHelper.MapToProxyCredentialType(http.
ProxyAuthenticationScheme
);
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
329
Assert.Equal(mappedAuthScheme, htbe.
ProxyAuthenticationScheme
);