API:Datasnap.DSHTTP.TDSHTTPServer

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTP.TDSRESTServerSystem.TObjectTDSHTTPServer

Delphi

TDSHTTPServer = class(TDSRESTServer)

C++

class PASCALIMPLEMENTATION TDSHTTPServer : public TDSRESTServer

Properties

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

Description

Represents the DataSnap-specific REST server.

Datasnap.DSHTTP.TDSHTTPServer inherits from Datasnap.DSHTTP.TDSRESTServer. All content below this line refers to Datasnap.DSHTTP.TDSRESTServer.

Represents the DataSnap-specific REST server.

The TDSRestServer class represents the DataSnap-specific REST server. TDSRestServer provides DataSnap-specific implementations for different command types.

See Also