Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatcher.CreateHttpServer

From RAD Studio API Documentation

Delphi

function CreateHttpServer: TDSHTTPServer; override;

C++

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

Properties

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

Description

Creates the DataSnap-specific HTTP server. {{#multireplace:Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatcher.CreateHttpServer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CreateHttpServer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CreateHttpServer|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Creates the DataSnap-specific HTTP server.

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

See Also