API:System.Net.HttpClient.THTTPClient

From RAD Studio API Documentation
Jump to: navigation, search

System.Net.URLClient.TURLClientSystem.TObjectTHTTPClient

Delphi

THTTPClient = class(TURLClient)

C++

class PASCALIMPLEMENTATION THTTPClient : public System::Net::Urlclient::TURLClient

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 encapsulates the manager of a common URL client for a specific protocol, such as THTTPClient.

System.Net.HttpClient.THTTPClient inherits from System.Net.URLClient.TURLClient. All content below this line refers to System.Net.URLClient.TURLClient.

Base class for classes that encapsulates the manager of a common URL client for a specific protocol, such as THTTPClient.

Subclasses of TURLClient must override at least the following members:

See Also