SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

Connect Event

This event is fired when a remote connection has been established.

Syntax

type TConnectEvent = procedure (
  Sender: TObject;
  ConnectionID: Int64;
  const RemoteAddress: String;
  RemotePort: Integer
) of Object;

property OnConnect: TConnectEvent read FOnConnect write FOnConnect;

Remarks

ConnectionID contains a session identifier, and RemoteAddress specifies the client's IP address.

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