1 write to gzipCompressedContentType
System.ServiceModel (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
430this.gzipCompressedContentType = isSession ? BinaryVersion.GZipVersion1.SessionContentType : BinaryVersion.GZipVersion1.ContentType;
6 references to gzipCompressedContentType
System.ServiceModel (6)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
441this.contentType = this.gzipCompressedContentType; 892base.IsContentTypeSupported(contentType, this.gzipCompressedContentType, this.gzipCompressedContentType)) || 907if (base.IsContentTypeSupported(contentType, this.gzipCompressedContentType, this.gzipCompressedContentType)) 949if (this.factory.CompressionFormat == CompressionFormat.GZip && ContentTypeEqualsOrStartsWith(contentType, this.gzipCompressedContentType))