Click or drag to resize

AttachmentContentStream Property

Get the Attachment content stream. The caller must not dispose it.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Stream ContentStream { get; }

Property Value

Type: Stream
The Attachment content stream.
Exceptions
ExceptionCondition
CouchbaseLiteException Thrown if an error occurs when getting the content stream.
See Also