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