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