SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

Request Event

Fires when a request is received from the client.

Syntax

type TRequestEvent = procedure (
  Sender: TObject;
  ConnectionId: Int64;
  const Operation: String;
  const Username: String;
  var Reject: Boolean
) of Object;

property OnRequest: TRequestEvent read FOnRequest write FOnRequest;

Remarks

The Operation parameter specifies the operation to perform, and Username the originator of the request. Use the Reject parameter to reject the request.

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