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