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.
CreateHttpServer is a protected method used to create the DataSnap-specific HTTP server.