Click or drag to resize

ISslStreamAsStream Method

Gets this object as a Stream for reading and/or writing

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
Stream AsStream()

Return Value

Type: Stream
The object as a stream
See Also