SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

SessionEstablished Event

This event is fired when a new session has been established.

Syntax

type TSessionEstablishedEvent = procedure (
  Sender: TObject;
  ConnectionID: Int64;
  const Username: String
) of Object;

property OnSessionEstablished: TSessionEstablishedEvent read FOnSessionEstablished write FOnSessionEstablished;

Remarks

ConnectionID contains the identifier of the new session, Username specifies the client's address and Username.

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