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