13 references to ContentTypeMapper
System.ServiceModel.Web (13)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (3)
124[ConfigurationProperty(WebConfigurationStrings.ContentTypeMapper, DefaultValue = "")] 128get { return (string)base[WebConfigurationStrings.ContentTypeMapper]; } 135base[WebConfigurationStrings.ContentTypeMapper] = value;
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (5)
96[ConfigurationProperty(WebConfigurationStrings.ContentTypeMapper, DefaultValue = "")] 100get { return (string)base[WebConfigurationStrings.ContentTypeMapper]; } 107base[WebConfigurationStrings.ContentTypeMapper] = value; 162properties.Add(new ConfigurationProperty(WebConfigurationStrings.ContentTypeMapper, typeof(string), string.Empty, null, new System.Configuration.StringValidator(0), System.Configuration.ConfigurationPropertyOptions.None)); 264if (IsSet(WebConfigurationStrings.ContentTypeMapper))
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (5)
96[ConfigurationProperty(WebConfigurationStrings.ContentTypeMapper, DefaultValue = "")] 100get { return (string)base[WebConfigurationStrings.ContentTypeMapper]; } 107base[WebConfigurationStrings.ContentTypeMapper] = value; 133properties.Add(new ConfigurationProperty(WebConfigurationStrings.ContentTypeMapper, typeof(string), string.Empty, null, new System.Configuration.StringValidator(0), System.Configuration.ConfigurationPropertyOptions.None)); 214if (IsSet(WebConfigurationStrings.ContentTypeMapper))