SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

Request Event

Fires when a request is received from the client.

Syntax

kmipserver.on('Request', [callback])

Callback

The 'callback' is called when the 'Request' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.connectionId
e.operation
e.username
e.reject

Remarks

The Operation parameter specifies the operation to perform, and Username the originator of the request. Use the Reject parameter to reject the request.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Node.js Edition - Version 20.0 [Build 8165]