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