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
SyntaxISslStream Create(
Stream inner
)
Parameters
- inner
- Type: System.IOStream
The underlying
Return Value
Type:
ISslStreamThe instantiated stream ready for communication
See Also