8 references to ProxyCredentialType
System.ServiceModel (8)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (4)
29
[ConfigurationProperty(ConfigurationStrings.
ProxyCredentialType
, DefaultValue = HttpTransportSecurity.DefaultProxyCredentialType)]
33
get { return (HttpProxyCredentialType)base[ConfigurationStrings.
ProxyCredentialType
]; }
34
set { base[ConfigurationStrings.
ProxyCredentialType
] = value; }
78
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ProxyCredentialType
, security.ProxyCredentialType);
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (4)
27
[ConfigurationProperty(ConfigurationStrings.
ProxyCredentialType
, DefaultValue = HttpTransportSecurity.DefaultProxyCredentialType)]
31
get { return (HttpProxyCredentialType)base[ConfigurationStrings.
ProxyCredentialType
]; }
32
set { base[ConfigurationStrings.
ProxyCredentialType
] = value; }
76
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ProxyCredentialType
, security.ProxyCredentialType);