SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Disconnect Event

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

Syntax

typedef struct {
  int CloseReason;
} TsbxSSHClientDisconnectEventParams;

typedef void __fastcall (__closure *TsbxSSHClientDisconnectEvent)(System::TObject* Sender, TsbxSSHClientDisconnectEventParams *e);

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