System.Net.URLClient.TURLResponse.AsyncDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AsyncDispatch; override;

C++

virtual void __fastcall AsyncDispatch();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLResponse

Description

Override this method to dispatch the actual asynchronous procedure call.

System.Net.URLClient.TURLResponse.AsyncDispatch inherits from System.Classes.TBaseAsyncResult.AsyncDispatch. All content below this line refers to System.Classes.TBaseAsyncResult.AsyncDispatch. Override this method to dispatch the actual asynchronous procedure call.

Descendants pass any context or other state information that the instance contains to this method.

DoAsyncDispatch calls AsyncDispatch.

See Also