System.Net.HttpClient.TReceiveDataExEvent
Delphi
TReceiveDataExEvent = procedure(const Sender: TObject; AContentLength, AReadCount: Int64; AChunk: Pointer; AChunkLength: Cardinal; var AAbort: Boolean) of object;
C++
typedef void __fastcall (__closure *TReceiveDataExEvent)(System::TObject* const Sender, __int64 AContentLength, __int64 AReadCount, void * AChunk, unsigned AChunkLength, bool &AAbort);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| type typedef | public | System.Net.HttpClient.pas System.Net.HTTPClient.hpp | System.Net.HttpClient | System.Net.HttpClient | 
Description
Embarcadero Technologies does not currently have any additional information.