System.Net.HttpClientComponent.TRequestCompletedEvent

From RAD Studio API Documentation
Revision as of 16:49, 27 April 2021 by Alejandra.Barrientos (talk | contribs) (Description: RS-106852)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

TRequestCompletedEvent = procedure(const Sender: TObject; const AResponse: IHTTPResponse) of object;

C++

typedef void __fastcall (__closure *TRequestCompletedEvent)(System::TObject* const Sender, const System::Net::Httpclient::_di_IHTTPResponse AResponse);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent System.Net.HttpClientComponent

Description

TRequestCompletedEventRequest is a completion event signature.

To correctly use it consider that: