Datasnap.DSHTTP.TDSHTTPService.CreateHttpServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateHttpServer: TDSHTTPServer; override;

C++

virtual TDSHTTPServer* __fastcall CreateHttpServer();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

Description

Creates the DataSnap-specific HTTP server.

CreateHttpServer is a protected method used to create the DataSnap-specific HTTP server.

See Also