4 references to Basic
System.ServiceModel.Http (3)
System\ServiceModel\HttpProxyCredentialType.cs (3)
24value == HttpProxyCredentialType.Basic || 38case HttpProxyCredentialType.Basic: 66result = HttpProxyCredentialType.Basic;
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
318[InlineData(HttpProxyCredentialType.Basic, AuthenticationSchemes.Basic)]