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