12 references to IsContentTypeSupported
System.ServiceModel (12)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (5)
892
base.
IsContentTypeSupported
(contentType, this.gzipCompressedContentType, this.gzipCompressedContentType)) ||
894
base.
IsContentTypeSupported
(contentType, this.deflateCompressedContentType, this.deflateCompressedContentType)) ||
895
base.
IsContentTypeSupported
(contentType, this.normalContentType, this.normalContentType);
907
if (base.
IsContentTypeSupported
(contentType, this.gzipCompressedContentType, this.gzipCompressedContentType))
911
else if (base.
IsContentTypeSupported
(contentType, this.deflateCompressedContentType, this.deflateCompressedContentType))
System\ServiceModel\Channels\MessageEncoder.cs (1)
123
return
IsContentTypeSupported
(contentType, this.ContentType, this.MediaType);
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
191
return
IsContentTypeSupported
(contentType, this.ContentType, this.MediaType);
199
return
IsContentTypeSupported
(contentType, textContentType, textMediaType);
System\ServiceModel\Channels\TextMessageEncoder.cs (4)
384
if (
IsContentTypeSupported
(contentType, rss1MediaType, rss1MediaType))
388
if (
IsContentTypeSupported
(contentType, rss2MediaType, rss2MediaType))
392
if (
IsContentTypeSupported
(contentType, htmlMediaType, atomMediaType))
396
if (
IsContentTypeSupported
(contentType, atomMediaType, atomMediaType))