SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

Disconnect Event

Reports SFTP connection closure.

Syntax

typedef struct {
  int CloseReason;
} TsbiSFTPClientDisconnectEventParams;

typedef void __fastcall (__closure *TsbiSFTPClientDisconnectEvent)(System::TObject* Sender, TsbiSFTPClientDisconnectEventParams *e);

__property TsbiSFTPClientDisconnectEvent OnDisconnect = { read=FOnDisconnect, write=FOnDisconnect };

Remarks

The component fires this event to report connection closure. No more SFTP activity could be done after the disconnect.

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