Datasnap.DSHTTPClient.TDSHTTP

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSHTTP
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: Datasnap.DSHTTPClient

Delphi

TDSHTTP = class(TComponent)

C++

class PASCALIMPLEMENTATION TDSHTTP : public System::Classes::TComponent

Description

TDSHTTP implements HTTP functionality on the client side.

The TDSHTTP class implements a set of HTTP functionality on the client side for a DataSnap client connection. The functionality is related to the Delete, Merge, Put commands, and so on. Also, there are mechanisms that provide URL, Peer, Proxy Parameters, and others.

See Also