API:Datasnap.DSService.TDSRESTService

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSService.TDSServiceDatasnap.DSService.TDSRequestFilterManagerSystem.TObjectTDSRESTService

Delphi

TDSRESTService = class(TDSService)

C++

class PASCALIMPLEMENTATION TDSRESTService : public TDSService

Properties

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

Description

Is the API class for DataSnap-specific stateless services.

Datasnap.DSService.TDSRESTService inherits from Datasnap.DSService.TDSService. All content below this line refers to Datasnap.DSService.TDSService.

Is the API class for DataSnap-specific stateless services.

TDSService is the API class for all the DataSnap-specific stateless services. A request usually comes as an HTTP request and the response consists of a JSON object. Various protocols such as REST implement the methods of the TDSService class.

See Also