Datasnap.DSHTTPClient.TDSHTTP

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSHTTP

Delphi

TDSHTTP = class(TComponent)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient Datasnap.DSHTTPClient

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