Base:
property
ContentType
System.ServiceModel.Channels.MessageEncoder.ContentType
3 references to ContentType
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncoder.cs (3)
191
return IsContentTypeSupported(contentType, this.
ContentType
, this.MediaType);
228
if (contentType == this.
ContentType
)
263
if (contentType == this.
ContentType
)