4 references to DefaultProxyCredentialType
System.ServiceModel (4)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
29[ConfigurationProperty(ConfigurationStrings.ProxyCredentialType, DefaultValue = HttpTransportSecurity.DefaultProxyCredentialType)]
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (1)
27[ConfigurationProperty(ConfigurationStrings.ProxyCredentialType, DefaultValue = HttpTransportSecurity.DefaultProxyCredentialType)]
System\ServiceModel\HttpTransportSecurity.cs (2)
28this.proxyCredentialType = DefaultProxyCredentialType; 183return this.proxyCredentialType != DefaultProxyCredentialType;