API:Datasnap.DSHTTPClient.TDSHTTPS

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDSHTTPS = class(TDSHTTP)

C++

class PASCALIMPLEMENTATION TDSHTTPS : public TDSHTTP

Description

TDSHTTP implements HTTP functionality on the client side.

Datasnap.DSHTTPClient.TDSHTTPS inherits from Datasnap.DSHTTPClient.TDSHTTP. All content below this line refers to Datasnap.DSHTTPClient.TDSHTTP.

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