Datasnap.DSHTTP.TCustomDSHTTPServerTransport.InitializeHttpServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitializeHttpServer; virtual;

C++

virtual void __fastcall InitializeHttpServer();

Properties

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

Description

Initializes the HTTP server.

The InitializeHttpServer method is used to initialize the parameters of the HTTP server. The server is initialized with the filters, credentials, session timeout, port, host name, contexts, and authentication manager.

InitializeHttpServer is used internally by the RequiresServer method.

See Also