Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatcher.CreateHttpServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateHttpServer: TDSHTTPServer; override;

C++

virtual Datasnap::Dshttp::TDSHTTPServer* __fastcall CreateHttpServer();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPWebDispatcher

Description

Creates the DataSnap-specific HTTP server.

Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatcher.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.

See Also