Datasnap.DSHTTP.TCustomDSHTTPServerTransport.InitializeHttpServer

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TCustomDSHTTPServerTransport

Delphi

procedure InitializeHttpServer; virtual;

C++

virtual void __fastcall InitializeHttpServer();

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