Base:
property
ContentType
System.ServiceModel.Channels.MessageEncoder.ContentType
3 references to ContentType
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
942if (!ContentTypeEqualsOrStartsWith(contentType, this.ContentType)) 944throw FxTrace.Exception.AsError(new ProtocolException(SR.GetString(SR.EncoderUnrecognizedContentType, contentType, this.ContentType))); 963throw FxTrace.Exception.AsError(new ProtocolException(SR.GetString(SR.EncoderUnrecognizedContentType, contentType, this.ContentType)));