CompressedContent Constructor |
Default Constructor
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax 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