5 references to ContentType
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqDecodeHelper.cs (1)
229if (!encoder.IsContentTypeSupported(sessionDecoder.ContentType))
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
517if (!this.MessageEncoder.IsContentTypeSupported(decoder.ContentType)) 521SR.ContentTypeMismatch, decoder.ContentType, this.MessageEncoder.ContentType))); 527compressedMessageEncoder.SetSessionContentType(this.decoder.ContentType); 994this.contentType = this.decoder.ContentType;