API:Datasnap.DSHTTP.TDSHTTPService.CreateHttpServer
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSHTTPService |
Delphi
function CreateHttpServer: TDSHTTPServer; override;
C++
virtual TDSHTTPServer* __fastcall CreateHttpServer();
Description
Creates the DataSnap-specific HTTP server.
Datasnap.DSHTTP.TDSHTTPService.CreateHttpServer inherits from Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CreateHttpServer. All content below this line refers to Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CreateHttpServer.
Creates the DataSnap-specific HTTP server.
CreateHttpServer is a protected method used to create the DataSnap-specific HTTP server.