3 references to ContentType
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
393
if (!this.parent.transportSettings.MessageEncoderFactory.Encoder.IsContentTypeSupported(Decoder.
ContentType
))
397
SR.ContentTypeMismatch, Decoder.
ContentType
, parent.transportSettings.MessageEncoderFactory.Encoder.ContentType)));
965
this.contentType = this.decoder.
ContentType
;