SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Accept Event

This event is fired when new incoming connection is accepted.

Syntax

typedef struct {
  String RemoteAddress;
  int RemotePort;
  bool Accept;
} TsbxSFTPServerAcceptEventParams;

typedef void __fastcall (__closure *TsbxSFTPServerAcceptEvent)(System::TObject* Sender, TsbxSFTPServerAcceptEventParams *e);

__property TsbxSFTPServerAcceptEvent OnAccept = { read=FOnAccept, write=FOnAccept };

Remarks

This event is fired by the component before a new incoming connection is accepted. RemoteAddress contains the IP address of the connecting client. Use the Accept parameter to either accept, or reject the connection.

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