Datasnap.DSHTTP.TDSHTTPService
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
Allows method invocation from a browser-based client, using the REST protocol.
The TDSHTTPService class offers more than the communication functionality. It can allow method invocation from a browser-based client, using the REST (Representational State Transfer) protocol or a proprietary JSON-based protocol.
The TDSHTTPService component can be used with an authentication manager component implemented by TDSAuthenticationManager, if the HTTP requests need authentication.