1 write to _gzipCompressedContentType
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
327_gzipCompressedContentType = isSession ? BinaryVersion.GZipVersion1.SessionContentType : BinaryVersion.GZipVersion1.ContentType;
6 references to _gzipCompressedContentType
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
338_contentType = _gzipCompressedContentType; 778base.IsContentTypeSupported(contentType, _gzipCompressedContentType, _gzipCompressedContentType)) || 793if (base.IsContentTypeSupported(contentType, _gzipCompressedContentType, _gzipCompressedContentType)) 835if (_factory.CompressionFormat == CompressionFormat.GZip && ContentTypeEqualsOrStartsWith(contentType, _gzipCompressedContentType))