API:Datasnap.DSHTTP.TDSHTTPServerTransport

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTP.TCustomDSHTTPServerTransportDatasnap.DSHTTP.TCustomDSRESTServerTransportDatasnap.DSCommonServer.TDSServerTransportTDSHTTPServerTransport
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: Datasnap.DSHTTP

Delphi

TDSHTTPServerTransport = class(TCustomDSHTTPServerTransport)

C++

class PASCALIMPLEMENTATION TDSHTTPServerTransport : public TCustomDSHTTPServerTransport

Description

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

Datasnap.DSHTTP.TDSHTTPServerTransport 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