API:Datasnap.DSService.TDSRESTService

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSService.TDSServiceDatasnap.DSService.TDSRequestFilterManagerSystem.TObjectTDSRESTService
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSService.pas
Datasnap.DSService.hpp
Unit: Datasnap.DSService
Parent: Datasnap.DSService

Delphi

TDSRESTService = class(TDSService)

C++

class PASCALIMPLEMENTATION TDSRESTService : public TDSService

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