Datasnap.DSService.TDSService

From RAD Studio API Documentation

TDSServiceDatasnap.DSService.TDSRequestFilterManagerSystem.TObject

Delphi

TDSService = class(TDSRequestFilterManager)

C++

class PASCALIMPLEMENTATION TDSService : public TDSRequestFilterManager

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.

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