SslStreamConnection Class

Definition

Class that allows reading and writing to an SSL stream connection.

public class SslStreamConnection : Security.SslConnection
type SslStreamConnection = class
    inherit SslConnection
Inheritance
SslStreamConnection

Constructors

SslStreamConnection(Stream)

Properties

ConnectionId (Inherited from SslConnection)
InnerStream

Methods

Dispose()

Releases the resources used by the SslConnection object.

(Inherited from SslConnection)
Dispose(Boolean)

Releases the resources used by the SslConnection object.

(Inherited from SslConnection)
Read(IntPtr, nint)
Write(IntPtr, nint)

Applies to