System.Net.HttpClient.TReceiveDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TReceiveDataEvent = procedure(const Sender: TObject; AContentLength: Int64; AReadCount: Int64; var AAbort: Boolean) of object;

C++

typedef void __fastcall (__closure *TReceiveDataEvent)(System::TObject* const Sender, __int64 AContentLength, __int64 AReadCount, 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

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

The following events require this event handler:

See Also