System.Net.HttpClient.TSendDataEvent
Delphi
TSendDataEvent = procedure(const Sender: TObject; AContentLength, 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.