Base:
property
ContentType
System.ServiceModel.Channels.MessageEncoder.ContentType
3 references to ContentType
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
828if (!ContentTypeEqualsOrStartsWith(contentType, ContentType)) 830throw FxTrace.Exception.AsError(new ProtocolException(SRP.Format(SRP.EncoderUnrecognizedContentType, contentType, ContentType))); 849throw FxTrace.Exception.AsError(new ProtocolException(SRP.Format(SRP.EncoderUnrecognizedContentType, contentType, ContentType)));