Method | Description | |
---|---|---|
AddNewStump ( string stumpId ) : |
Adds a new T:Stumps.Stump with a specified identifier to the collection.
|
|
AddStump ( |
Adds a new T:Stumps.Stump to the collection.
|
|
DeleteStump ( string stumpId ) : void |
Deletes the specified stump from the collection.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
FindStump ( string stumpId ) : |
Finds an existing stump. A |
|
Shutdown ( ) : void |
Stops this instance of the Stumps server.
|
|
Start ( ) : void |
Starts this instance of the Stumps server.
|
|
StumpsServer ( ) : System |
Initializes a new instance of the T:Stumps.StumpsServer class.
|
Method | Description | |
---|---|---|
ServerRequestFinished ( object sender, |
Handles the requestFinishing event of the server instance.
|
|
ServerRequestProcessed ( object sender, |
Handles the RequestProcessed event of the server instance.
|
|
ServerRequestStarted ( object sender, |
Handles the RequestStarted event of the server instance.
|
|
UpdateStumpsEnabledFlag ( bool enabled ) : void |
Updates the enabled flag of the Stumps handler.
|
public AddNewStump ( string stumpId ) : |
||
stumpId | string | The unique identifier for the |
return |
public AddStump ( |
||
stump | The |
|
return | void |
public DeleteStump ( string stumpId ) : void | ||
stumpId | string | The unique identifier for the stump to remove. |
return | void |
public FindStump ( string stumpId ) : |
||
stumpId | string | The unique identifier for the Stump. |
return |