1 override of GetMessageFormatForContentType
System.ServiceModel.Web (1)
System\ServiceModel\Channels\RawContentTypeMapper.cs (1)
23
public override WebContentFormat
GetMessageFormatForContentType
(string contentType)
2 references to GetMessageFormatForContentType
System.ServiceModel.Web (2)
System\ServiceModel\Channels\WebMessageEncoderFactory.cs (1)
437
format = contentTypeMapper.
GetMessageFormatForContentType
(contentType);
System\ServiceModel\Dispatcher\MultiplexingFormatMapping.cs (1)
68
this.contentTypeMapper.
GetMessageFormatForContentType
(contentType.MediaType) == this.ContentFormat)