Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CreateHttpServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateHttpServer: TDSHTTPServer; virtual; abstract;

C++

virtual TDSHTTPServer* __fastcall CreateHttpServer() = 0 ;

Properties

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

Description

Creates the DataSnap-specific HTTP server.

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

See Also