4 references to ProxyAuthenticationScheme
System.ServiceModel (4)
System\ServiceModel\Configuration\HttpTransportElement.cs (4)
116
[ConfigurationProperty(ConfigurationStrings.
ProxyAuthenticationScheme
, DefaultValue = HttpTransportDefaults.ProxyAuthenticationScheme)]
120
get { return (AuthenticationSchemes)base[ConfigurationStrings.
ProxyAuthenticationScheme
]; }
121
set { base[ConfigurationStrings.
ProxyAuthenticationScheme
] = value; }
253
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.
ProxyAuthenticationScheme
, source.ProxyAuthenticationScheme);