API:Datasnap.DSHTTP.TDSHTTPService

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTP.TCustomDSHTTPServerTransportDatasnap.DSHTTP.TCustomDSRESTServerTransportDatasnap.DSCommonServer.TDSServerTransportDatasnap.DSCommonServer.TDSServerComponentTDSHTTPService

Delphi

TDSHTTPService = class(TCustomDSHTTPServerTransport)

C++

class PASCALIMPLEMENTATION TDSHTTPService : public TCustomDSHTTPServerTransport

Properties

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

Description

Represents the HTTP service provider of a DataSnap server, providing lightweight HTTP services for DataSnap, and implementing protocols such as REST.

Datasnap.DSHTTP.TDSHTTPService inherits from Datasnap.DSHTTP.TCustomDSHTTPServerTransport. All content below this line refers to Datasnap.DSHTTP.TCustomDSHTTPServerTransport.

Represents the HTTP service provider of a DataSnap server, providing lightweight HTTP services for DataSnap, and implementing protocols such as REST.

See Also