SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

Disconnect Event

This event is fired when the SFTP subsystem connection is closed.

Syntax

typedef struct {
  int CloseReason;
} TsbiSSHClientDisconnectEventParams;

typedef void __fastcall (__closure *TsbiSSHClientDisconnectEvent)(System::TObject* Sender, TsbiSSHClientDisconnectEventParams *e);

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

Remarks

Do not perform any file operations after this event has been fired.

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