API:System.Net.URLClient.TURLResponse

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TBaseAsyncResultSystem.TInterfacedObjectSystem.TObjectTURLResponse

Delphi

TURLResponse = class(TBaseAsyncResult, IURLResponse)

C++

class PASCALIMPLEMENTATION TURLResponse : public System::Classes::TBaseAsyncResult

Properties

Type Visibility Source Unit Parent
class public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient System.Net.URLClient

Description

Base class for implementing all asynchronous procedure calls.

System.Net.URLClient.TURLResponse inherits from System.Classes.TBaseAsyncResult. All content below this line refers to System.Classes.TBaseAsyncResult. Base class for implementing all asynchronous procedure calls.

Never pass TBaseAsyncResult around as an instance reference. You should only ever reference this object through IAsyncResult. If you do not, you may encounter unpredictable behavior.

See Also