Sends an unbind request and closes the connection.
Runs a search capped at a single result and returns the first entry, or null if none
match. Forces sizeLimit to 1 regardless of what opts carries.
The search parameters; sizeLimit is overridden to 1.
The first matching entry, or null when there are none.
Runs a search and returns every matching entry.
The search parameters.
The matched entries.
An LDAP session over a single connection.
Obtain one from connect. It is an
AsyncDisposable, so it can be scoped withawait usingto guarantee an unbind and socket close.Since
1.0.0