Base:
property
ContentType
System.ServiceModel.Channels.MessageEncoder.ContentType
3 references to ContentType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (3)
830
if (!ContentTypeEqualsOrStartsWith(contentType, this.
ContentType
))
832
throw FxTrace.Exception.AsError(new ProtocolException(string.Format(SRServiceModel.EncoderUnrecognizedContentType, contentType, this.
ContentType
)));
851
throw FxTrace.Exception.AsError(new ProtocolException(string.Format(SRServiceModel.EncoderUnrecognizedContentType, contentType, this.
ContentType
)));