API:System.Net.HttpClient.THTTPResponse

From RAD Studio API Documentation
Jump to: navigation, search

System.Net.URLClient.TURLResponseSystem.Classes.TBaseAsyncResultSystem.TInterfacedObjectSystem.TObjectTHTTPResponse

Delphi

THTTPResponse = class(TURLResponse, IHTTPResponse)

C++

class PASCALIMPLEMENTATION THTTPResponse : public System::Net::Urlclient::TURLResponse

Properties

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

Description

Base class for classes that handle a response to an URL request for a specific protocol, such as THTTPResponse.

System.Net.HttpClient.THTTPResponse inherits from System.Net.URLClient.TURLResponse. All content below this line refers to System.Net.URLClient.TURLResponse.

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