3 references to SupportInteractive
System.ServiceModel (3)
System\ServiceModel\Configuration\ClientCredentialsElement.cs (3)
87
[ConfigurationProperty(ConfigurationStrings.
SupportInteractive
, DefaultValue = ClientCredentials.SupportInteractiveDefault)]
90
get { return (bool)base[ConfigurationStrings.
SupportInteractive
]; }
91
set { base[ConfigurationStrings.
SupportInteractive
] = value; }