SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SessionClosed Event

Reports session closure.

Syntax

typedef struct {
  __int64 ConnectionID;
} TsbxSFTPServerSessionClosedEventParams;

typedef void __fastcall (__closure *TsbxSFTPServerSessionClosedEvent)(System::TObject* Sender, TsbxSFTPServerSessionClosedEventParams *e);

__property TsbxSFTPServerSessionClosedEvent OnSessionClosed = { read=FOnSessionClosed, write=FOnSessionClosed };

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++ Builder Edition - Version 20.0 [Build 8154]