Method | Description | |
---|---|---|
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 |
|
FindStumpForContext ( IStumpsHttpContext context ) : |
Finds the Stump that matches an incomming HTTP request. A |
|
StumpsManager ( ) : System |
Initializes a new instance of the T:Stumps.StumpsManager class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
public AddStump ( |
||
stump | The |
|
return | void |
public DeleteStump ( string stumpId ) : void | ||
stumpId | string | The unique identifier for the stump to remove. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public FindStump ( string stumpId ) : |
||
stumpId | string | The unique identifier for the Stump. |
return |
public FindStumpForContext ( IStumpsHttpContext context ) : |
||
context | IStumpsHttpContext | The incoming HTTP request context. |
return |