1 write to ProxyCredentialType
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (1)
94
this.Transport.
ProxyCredentialType
= security.ProxyCredentialType;
2 references to ProxyCredentialType
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
66
security.ProxyCredentialType = this.
ProxyCredentialType
;
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (1)
76
security.ProxyCredentialType = this.Transport.
ProxyCredentialType
;