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