7 references to HttpProxyCredentialTypeHelper
System.ServiceModel (7)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
30[ServiceModelEnumValidator(typeof(HttpProxyCredentialTypeHelper))]
System\ServiceModel\Configuration\Properties.cs (2)
1401properties.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)); 4620properties.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)
51if (!HttpProxyCredentialTypeHelper.IsDefined(value)) 98http.ProxyAuthenticationScheme = HttpProxyCredentialTypeHelper.MapToAuthenticationScheme(this.proxyCredentialType); 106transportSecurity.proxyCredentialType = HttpProxyCredentialTypeHelper.MapToProxyCredentialType(http.ProxyAuthenticationScheme);