1 write to deflateCompressedContentType
System.ServiceModel (1)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
431
this.
deflateCompressedContentType
= isSession ? BinaryVersion.DeflateVersion1.SessionContentType : BinaryVersion.DeflateVersion1.ContentType;
6 references to deflateCompressedContentType
System.ServiceModel (6)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (6)
438
this.contentType = this.
deflateCompressedContentType
;
894
base.IsContentTypeSupported(contentType, this.
deflateCompressedContentType
, this.
deflateCompressedContentType
)) ||
911
else if (base.IsContentTypeSupported(contentType, this.
deflateCompressedContentType
, this.
deflateCompressedContentType
))
953
else if (this.factory.CompressionFormat == CompressionFormat.Deflate && ContentTypeEqualsOrStartsWith(contentType, this.
deflateCompressedContentType
))