SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Connect Event

This event is fired when an SSH session has been established.

Syntax

typedef struct {
} TsbxSSHClientConnectEventParams;

typedef void __fastcall (__closure *TsbxSSHClientConnectEvent)(System::TObject* Sender, TsbxSSHClientConnectEventParams *e);

__property TsbxSSHClientConnectEvent OnConnect = { read=FOnConnect, write=FOnConnect };

Remarks

Use this event to track the moment when SSH session has been set up.

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