SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ReadOption Event

Fires when the client sends in a read option request.

Syntax

typedef struct {
  __int64 ConnectionId;
  String Name;
  String Value;
  bool Success;
} TsbxDCAuthWebServerReadOptionEventParams;

typedef void __fastcall (__closure *TsbxDCAuthWebServerReadOptionEvent)(System::TObject* Sender, TsbxDCAuthWebServerReadOptionEventParams *e);

__property TsbxDCAuthWebServerReadOptionEvent OnReadOption = { read=FOnReadOption, write=FOnReadOption };

Remarks

Subscribe to this event to respond to the clients' read option requests. The handler should retrieve the value of the requested option from a local configuration setting and assign it to the Value parameter.

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