1 write to mediaType
System.ServiceModel (1)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
293this.mediaType = TextMessageEncoderFactory.GetMediaType(version);
2 references to mediaType
System.ServiceModel (2)
System\ServiceModel\Channels\TextMessageEncoder.cs (2)
294this.contentType = TextMessageEncoderFactory.GetContentType(mediaType, writeEncoding); 344get { return mediaType; }