SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SessionClosed Event

Reports session closure.

Syntax

ANSI (Cross Platform)
virtual int FireSessionClosed(SFTPServerSessionClosedEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } SFTPServerSessionClosedEventParams; Unicode (Windows) virtual INT FireSessionClosed(SFTPServerSessionClosedEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } SFTPServerSessionClosedEventParams;
- (void)onSessionClosed:(long long)connectionID;
#define EID_SFTPSERVER_SESSIONCLOSED 35

virtual INT SECUREBLACKBOX_CALL FireSessionClosed(LONG64 &lConnectionID);

Remarks

This event is fired when a connection identified by ConnectionID has been gracefully closed.

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