C# Class Stumps.Web.StumpsWebServer

A class representing Stumps web server.
Afficher le fichier Open project: Cayan-LLC/stumps Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Shutdown() public méthode

Shuts down the instance of the module.
public Shutdown ( ) : void
Résultat void

Start() public méthode

Starts the instance of the module.
public Start ( ) : void
Résultat void

StumpsWebServer() public méthode

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.
Résultat System