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