Click or drag to resize

ISslStreamFactoryCreate Method

Creates a stream for reading and writing TLS encrypted data over TCP

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

Parameters

inner
Type: System.IOStream
The underlying

Return Value

Type: ISslStream
The instantiated stream ready for communication
See Also