Click or drag to resize

ISslStream Interface

An interface of an abstract object which transports data over a TLS encrypted stream

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public interface ISslStream

The ISslStream type exposes the following members.

Methods
  NameDescription
Public methodAsStream
Gets this object as a Stream for reading and/or writing
Public methodConnectAsync
Begins the process of connecting to the remote host and negotiating the TLS handshake
Top
See Also