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)
28
this.proxyCredentialType =
DefaultProxyCredentialType
;
183
return this.proxyCredentialType !=
DefaultProxyCredentialType
;