5 references to None
System.ServiceModel.Http (4)
System\ServiceModel\HttpProxyCredentialType.cs (3)
23return (value == HttpProxyCredentialType.None || 35case HttpProxyCredentialType.None: 63result = HttpProxyCredentialType.None;
System\ServiceModel\HttpTransportSecurity.cs (1)
14internal const HttpProxyCredentialType DefaultProxyCredentialType = HttpProxyCredentialType.None;
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
320[InlineData(HttpProxyCredentialType.None, AuthenticationSchemes.Anonymous)]