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