C# Class Stumps.StumpsRunner

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

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

Method Description
Start ( ) : void

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

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

StumpsRunner() public method

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.
return System