Table of Contents

Method Start

Namespace
Sisk.Core.Http.Hosting
Assembly
Sisk.Core.dll

Start(bool, bool)

Starts the HTTP server.

public void Start(bool verbose = true, bool preventHault = true)

Parameters

verbose bool

Optional. Specifies if the application should write the listening prefix welcome message.

preventHault bool

Optional. Specifies if the application should pause the main application loop.