Table of Contents

TCustomHttpSysServer.Start Method

Starts the server, registering the URL prefixes of the added modules and beginning to listen for and process incoming requests.

Remarks

Does nothing if the server is already running. Raises EHttpSysServerException if the server cannot be started, for example when a URL prefix cannot be registered or the main processing thread does not start in time.

Syntax

Unit: Sparkle.HttpSys.Server

procedure TCustomHttpSysServer.Start;

See also