Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatcher.CreateHttpServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSHTTPWebDispatcher

Delphi

function CreateHttpServer: TDSHTTPServer; override;

C++

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

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