4 references to ContentTypeEqualsOrStartsWith
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
942if (!ContentTypeEqualsOrStartsWith(contentType, this.ContentType)) 949if (this.factory.CompressionFormat == CompressionFormat.GZip && ContentTypeEqualsOrStartsWith(contentType, this.gzipCompressedContentType)) 953else if (this.factory.CompressionFormat == CompressionFormat.Deflate && ContentTypeEqualsOrStartsWith(contentType, this.deflateCompressedContentType)) 957else if (ContentTypeEqualsOrStartsWith(contentType, this.normalContentType))