3 references to GetContentType
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
198
string textContentType = TextMessageEncoderFactory.
GetContentType
(textMediaType, writeEncoding);
System\ServiceModel\Channels\TextMessageEncoder.cs (2)
103
contentEncoding.contentType =
GetContentType
(media, readEncodings[i]);
294
this.contentType = TextMessageEncoderFactory.
GetContentType
(mediaType, writeEncoding);