C# Class Stumps.Web.StumpsWebServer

A class representing Stumps web server.
Show file Open project: Cayan-LLC/stumps Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Shutdown ( ) : void

Shuts down the instance of the module.

Start ( ) : void

Starts the instance of the module.

StumpsWebServer ( IStumpsHost host, int port ) : System

Initializes a new instance of the Stumps.Web.StumpsWebServer class.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Shutdown() public method

Shuts down the instance of the module.
public Shutdown ( ) : void
return void

Start() public method

Starts the instance of the module.
public Start ( ) : void
return void

StumpsWebServer() public method

Initializes a new instance of the Stumps.Web.StumpsWebServer class.
/// is null. /// is invalid. The port is already being used.
public StumpsWebServer ( IStumpsHost host, int port ) : System
host IStumpsHost The Stumps Server host.
port int The port used to listen for traffic.
return System