SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Disconnect Event

This event is fired when a client has disconnected.

Syntax

ANSI (Cross Platform)
virtual int FireDisconnect(SFTPServerDisconnectEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } SFTPServerDisconnectEventParams; Unicode (Windows) virtual INT FireDisconnect(SFTPServerDisconnectEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } SFTPServerDisconnectEventParams;
- (void)onDisconnect:(long long)connectionID;
#define EID_SFTPSERVER_DISCONNECT 23

virtual INT SECUREBLACKBOX_CALL FireDisconnect(LONG64 &lConnectionID);

Remarks

This event reports loss of connection to the client within the session specified by ConnectionID.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]