7 references to HttpProxyCredentialTypeHelper
System.ServiceModel (7)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
30
[ServiceModelEnumValidator(typeof(
HttpProxyCredentialTypeHelper
))]
System\ServiceModel\Configuration\Properties.cs (2)
1401
properties.Add(new ConfigurationProperty("proxyCredentialType", typeof(System.ServiceModel.HttpProxyCredentialType), System.ServiceModel.HttpProxyCredentialType.None, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.
HttpProxyCredentialTypeHelper
)), System.Configuration.ConfigurationPropertyOptions.None));
4620
properties.Add(new ConfigurationProperty("proxyCredentialType", typeof(System.ServiceModel.HttpProxyCredentialType), System.ServiceModel.HttpProxyCredentialType.None, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.
HttpProxyCredentialTypeHelper
)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (1)
28
[ServiceModelEnumValidator(typeof(
HttpProxyCredentialTypeHelper
))]
System\ServiceModel\HttpTransportSecurity.cs (3)
51
if (!
HttpProxyCredentialTypeHelper
.IsDefined(value))
98
http.ProxyAuthenticationScheme =
HttpProxyCredentialTypeHelper
.MapToAuthenticationScheme(this.proxyCredentialType);
106
transportSecurity.proxyCredentialType =
HttpProxyCredentialTypeHelper
.MapToProxyCredentialType(http.ProxyAuthenticationScheme);