System.Net.HttpClient.TSendDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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