System.Net.HttpClient.TReceiveDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TReceiveDataEvent)(System::TObject* const Sender, __int64 AContentLength, __int64 AReadCount, bool &AAbort);

Properties

Type Visibility Source Unit Parent
typedef public System.Net.HTTPClient.hpp System.Net.HttpClient System.Net.HttpClient

Description

Type of event handler for tracking the progress of data download.

The following events require this event handler:

See Also