Click or drag to resize

CompressedContent Class

An HttpContent class that works with gzipped or zipped content
Inheritance Hierarchy

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public sealed class CompressedContent : HttpContent

The CompressedContent type exposes the following members.

Constructors
  NameDescription
Public methodCompressedContent
Default Constructor
Top
See Also