6 references to None
System.ServiceModel (6)
System\ServiceModel\Configuration\Properties.cs (2)
1401properties.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)); 4620properties.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)
22return (value == HttpProxyCredentialType.None || 34case HttpProxyCredentialType.None: 62result = HttpProxyCredentialType.None;
System\ServiceModel\HttpTransportSecurity.cs (1)
17internal const HttpProxyCredentialType DefaultProxyCredentialType = HttpProxyCredentialType.None;