SslConnection Class

Definition

Class that represents an SSL connection.

public abstract class SslConnection : IDisposable
type SslConnection = class
    interface IDisposable
Inheritance
SslConnection
Derived
Implements

Constructors

SslConnection()

Properties

ConnectionId

Methods

Dispose()

Releases the resources used by the SslConnection object.

Dispose(Boolean)

Releases the resources used by the SslConnection object.

Finalize()

Finalizer for the SslConnection object

Read(IntPtr, nint)
Write(IntPtr, nint)

Applies to