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