API:System.Net.HttpClient.THTTPRequest.DoReceiveDataProgress

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoReceiveDataProgress(AStatusCode: Integer; AContentLength, AReadCount: Int64;
AChunk: Pointer; AChunkLength: Cardinal; var AAbort: Boolean);

C++

void __fastcall DoReceiveDataProgress(int AStatusCode, __int64 AContentLength, __int64 AReadCount, void * AChunk, unsigned AChunkLength, bool &AAbort);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPRequest

Description

Embarcadero Technologies does not currently have any additional information.