3 overrides of IsContentTypeSupported
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
770public override bool IsContentTypeSupported(string contentType)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
341public override bool IsContentTypeSupported(string contentType)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
359public override bool IsContentTypeSupported(string contentType)
3 references to IsContentTypeSupported
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
151if (!_encoder.IsContentTypeSupported(_contentType))
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
773if (!base.IsContentTypeSupported(contentType))
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
366if (base.IsContentTypeSupported(contentType))