SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

WriteOption Event

Fires when the client sends in a write option request.

Syntax

typedef struct {
  __int64 ConnectionId;
  String Name;
  String Value;
} TsbxDCAuthWebServerWriteOptionEventParams;

typedef void __fastcall (__closure *TsbxDCAuthWebServerWriteOptionEvent)(System::TObject* Sender, TsbxDCAuthWebServerWriteOptionEventParams *e);

__property TsbxDCAuthWebServerWriteOptionEvent OnWriteOption = { read=FOnWriteOption, write=FOnWriteOption };

Remarks

Subscribe to this event to respond to the clients' write option requests. The handler should save the Value of the Name option to a local configuration database.

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