10 references to IsContentTypeSupported
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (5)
780
base.
IsContentTypeSupported
(contentType, _gzipCompressedContentType, _gzipCompressedContentType)) ||
782
base.
IsContentTypeSupported
(contentType, _deflateCompressedContentType, _deflateCompressedContentType)) ||
783
base.
IsContentTypeSupported
(contentType, _normalContentType, _normalContentType);
795
if (base.
IsContentTypeSupported
(contentType, _gzipCompressedContentType, _gzipCompressedContentType))
799
else if (base.
IsContentTypeSupported
(contentType, _deflateCompressedContentType, _deflateCompressedContentType))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncoder.cs (1)
141
return
IsContentTypeSupported
(contentType, this.ContentType, this.MediaType);
FrameworkFork\System.ServiceModel\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))