IPWorks 2020 JavaScript Edition

Questions / Feedback?

ExtendedResponse Event

Fired for LDAP V3 Extended Responses.

Syntax

ldap.on('ExtendedResponse', listener: (e: {readonly messageId: number, readonly DN: string, readonly resultCode: number, readonly resultDescription: string, readonly responseName: string, readonly responseValue: string, readonly responseValueB: Uint8Array}) => void )

Remarks

The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 JavaScript Edition - Version 20.0 [Build 8292]