System.Net.URLClient.TURLResponse

From RAD Studio API Documentation
Revision as of 16:15, 27 January 2016 by AChaves (talk | contribs) (RS-73925)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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