Datasnap.DSHTTP.TCustomDSRESTServerTransport.RequiresServer
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TCustomDSRESTServerTransport |
Delphi
procedure RequiresServer;
C++
void __fastcall RequiresServer();
Description
Creates and initializes the HTTP server.
The RequiresServer method creates and initializes the HTTP server. RequiresServer internally calls InitializeHttpServer to perform server initializations.