SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Data Event

Supplies a data chunk received within a POST or PUT upload.

Syntax

typedef struct {
  __int64 ConnectionID;
  DynamicArray Buffer;
} TsbxHTTPServerDataEventParams;

typedef void __fastcall (__closure *TsbxHTTPServerDataEvent)(System::TObject* Sender, TsbxHTTPServerDataEventParams *e);

__property TsbxHTTPServerDataEvent OnData = { read=FOnData, write=FOnData };

Remarks

This event is fired to supply another piece of data received within a POST or PUT upload operation. This event may fire multiple times during a single request upload to pass the uploaded data to the application chunk-by-chunk.

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