SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

Connect Event

Reports an accepted connection.

Syntax

httpserver.on('Connect', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.connectionID
e.remoteAddress
e.remotePort

Remarks

The class fires this event to report that a new connection has been established. ConnectionId indicates the unique ID assigned to this connection. The same ID will be supplied to any other events related to this connection, such as GetRequest or AuthAttempt.

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