6 references to None
System.ServiceModel (6)
System\ServiceModel\Configuration\Properties.cs (2)
1401
properties.Add(new ConfigurationProperty("proxyCredentialType", typeof(System.ServiceModel.HttpProxyCredentialType), System.ServiceModel.HttpProxyCredentialType.
None
, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.HttpProxyCredentialTypeHelper)), System.Configuration.ConfigurationPropertyOptions.None));
4620
properties.Add(new ConfigurationProperty("proxyCredentialType", typeof(System.ServiceModel.HttpProxyCredentialType), System.ServiceModel.HttpProxyCredentialType.
None
, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.HttpProxyCredentialTypeHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\HttpProxyCredentialType.cs (3)
22
return (value == HttpProxyCredentialType.
None
||
34
case HttpProxyCredentialType.
None
:
62
result = HttpProxyCredentialType.
None
;
System\ServiceModel\HttpTransportSecurity.cs (1)
17
internal const HttpProxyCredentialType DefaultProxyCredentialType = HttpProxyCredentialType.
None
;