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