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