Méthode | Description | |
---|---|---|
AddRule ( IStumpRule rule ) : void |
Adds the rule to the Stump.
|
|
IsMatch ( IStumpsHttpContext context ) : bool |
Determines whether the context of the HTTP request is match for the current instance.
|
|
Stump ( string stumpId ) : System |
Initializes a new instance of the T:Stumps.Stump class.
|
public AddRule ( IStumpRule rule ) : void | ||
rule | IStumpRule | The rule to add to the Stump. |
Résultat | void |
public IsMatch ( IStumpsHttpContext context ) : bool | ||
context | IStumpsHttpContext | The HTTP request. |
Résultat | bool |
public Stump ( string stumpId ) : System | ||
stumpId | string | The unique identifier for the stump. |
Résultat | System |