3 references to GetContentTypeMapper
System.ServiceModel.Web (3)
System\ServiceModel\Configuration\WebHttpBindingElement.cs (1)
257
webBinding.ContentTypeMapper =
GetContentTypeMapper
(this.ContentTypeMapper);
System\ServiceModel\Configuration\WebHttpEndpointElement.cs (1)
266
webHttpEndpoint.ContentTypeMapper = WebHttpBindingElement.
GetContentTypeMapper
(this.ContentTypeMapper);
System\ServiceModel\Configuration\WebScriptEndpointElement.cs (1)
216
webScriptEndpoint.ContentTypeMapper = WebHttpBindingElement.
GetContentTypeMapper
(this.ContentTypeMapper);