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 classes that handle a response to an URL request for a specific protocol, such as THTTPResponse.

TURLResponse implements the IURLResponse interface and some basic logic for URL response classes.

See Also