C# Class Stumps.StumpsRunner

A class that represents the core Stumps server.
Inheritance: IDisposable
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

Stops all running proxy servers and the REST API.

StumpsRunner ( StumpsConfiguration configuration ) : System

Initializes a new instance of the T:Stumps.StumpsServer class.

Private Methods

Méthode Description
Start ( ) : void

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

Stops all running proxy servers and the REST API.
public Shutdown ( ) : void
Résultat void

StumpsRunner() public méthode

Initializes a new instance of the T:Stumps.StumpsServer class.
is null.
public StumpsRunner ( StumpsConfiguration configuration ) : System
configuration Stumps.Server.StumpsConfiguration The used to initialize the instance.
Résultat System