3 writes to ProxyCredentialType
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
66security.ProxyCredentialType = this.ProxyCredentialType;
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (1)
64security.ProxyCredentialType = this.ProxyCredentialType;
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (1)
76security.ProxyCredentialType = this.Transport.ProxyCredentialType;
4 references to ProxyCredentialType
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
78SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyCredentialType, security.ProxyCredentialType);
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (1)
76SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyCredentialType, security.ProxyCredentialType);
System.ServiceModel.Web (2)
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (2)
92if (IsNonDefaultValue(this.Transport, ConfigurationStrings.ProxyCredentialType, security.ProxyCredentialType)) 94this.Transport.ProxyCredentialType = security.ProxyCredentialType;