12 references to IsContentTypeSupported
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (5)
778
base.
IsContentTypeSupported
(contentType, _gzipCompressedContentType, _gzipCompressedContentType)) ||
780
base.
IsContentTypeSupported
(contentType, _deflateCompressedContentType, _deflateCompressedContentType)) ||
781
base.
IsContentTypeSupported
(contentType, _normalContentType, _normalContentType);
793
if (base.
IsContentTypeSupported
(contentType, _gzipCompressedContentType, _gzipCompressedContentType))
797
else if (base.
IsContentTypeSupported
(contentType, _deflateCompressedContentType, _deflateCompressedContentType))
System\ServiceModel\Channels\MessageEncoder.cs (1)
145
return
IsContentTypeSupported
(contentType, ContentType, MediaType);
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
330
return
IsContentTypeSupported
(contentType, ContentType, MediaType);
338
return
IsContentTypeSupported
(contentType, textContentType, textMediaType);
System\ServiceModel\Channels\TextMessageEncoder.cs (4)
379
if (
IsContentTypeSupported
(contentType, rss1MediaType, rss1MediaType))
383
if (
IsContentTypeSupported
(contentType, rss2MediaType, rss2MediaType))
387
if (
IsContentTypeSupported
(contentType, htmlMediaType, atomMediaType))
391
if (
IsContentTypeSupported
(contentType, atomMediaType, atomMediaType))