9 references to AutomaticFormatSelectionEnabled
System.ServiceModel.Web (9)
System\ServiceModel\Configuration\WebHttpElement.cs (4)
43[ConfigurationProperty(WebConfigurationStrings.AutomaticFormatSelectionEnabled)] 46get { return (bool)base[WebConfigurationStrings.AutomaticFormatSelectionEnabled]; } 47set { base[WebConfigurationStrings.AutomaticFormatSelectionEnabled] = value; } 67properties.Add(new ConfigurationProperty(WebConfigurationStrings.AutomaticFormatSelectionEnabled, typeof(bool), false, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (5)
133[ConfigurationProperty(WebConfigurationStrings.AutomaticFormatSelectionEnabled, DefaultValue = false)] 136get { return (bool)base[WebConfigurationStrings.AutomaticFormatSelectionEnabled]; } 137set { base[WebConfigurationStrings.AutomaticFormatSelectionEnabled] = value; } 165properties.Add(new ConfigurationProperty(WebConfigurationStrings.AutomaticFormatSelectionEnabled, typeof(bool), false, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 247if (IsSet(WebConfigurationStrings.AutomaticFormatSelectionEnabled))