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