SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SessionEstablished Event

This event is fired when a new session is established.

Syntax

ANSI (Cross Platform)
virtual int FireSessionEstablished(SFTPServerSessionEstablishedEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } SFTPServerSessionEstablishedEventParams; Unicode (Windows) virtual INT FireSessionEstablished(SFTPServerSessionEstablishedEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } SFTPServerSessionEstablishedEventParams;
- (void)onSessionEstablished:(long long)connectionID;
#define EID_SFTPSERVER_SESSIONESTABLISHED 36

virtual INT SECUREBLACKBOX_CALL FireSessionEstablished(LONG64 &lConnectionID);

Remarks

This event is fired when a new connection identified by ConnectionID has been established with a client.

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