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