7 references to None
System.ServiceModel (5)
System\ServiceModel\Configuration\Properties.cs (1)
1400
properties.Add(new ConfigurationProperty("clientCredentialType", typeof(System.ServiceModel.HttpClientCredentialType), System.ServiceModel.HttpClientCredentialType.
None
, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.HttpClientCredentialTypeHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\HttpClientCredentialType.cs (3)
24
return (value == HttpClientCredentialType.
None
||
40
case HttpClientCredentialType.
None
:
71
result = HttpClientCredentialType.
None
;
System\ServiceModel\HttpTransportSecurity.cs (1)
16
internal const HttpClientCredentialType DefaultClientCredentialType = HttpClientCredentialType.
None
;
System.ServiceModel.Web (2)
System\ServiceModel\Web\WebChannelFactory.cs (1)
97
result.Security.Transport.ClientCredentialType = HttpClientCredentialType.
None
;
System\ServiceModel\Web\WebServiceHost.cs (1)
368
whb.Security.Transport.ClientCredentialType = HttpClientCredentialType.
None
;