Click or drag to resize

CompressedContent Constructor

Default Constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public CompressedContent(
	HttpContent content,
	string encodingType
)

Parameters

content
Type: System.Net.HttpHttpContent
The content to compress.
encodingType
Type: SystemString
The compression type to use (gzip or deflate).
See Also