ConnectionManager constructor

ConnectionManager(
  1. LdapConnection _connection, {
  2. SecurityContext? tlsSecurityContext,
})

Constructor

Creates and initializes a connection object.

The actual TCP/IP connection is not established.

Implementation

ConnectionManager(this._connection, {SecurityContext? tlsSecurityContext})
    : _context = tlsSecurityContext;