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