ClassRuleMatchResult
Class
Used to hold the result of a rule match operation on a session
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
public class RuleMatchResult
Inheritance: objectRuleMatchResult
Inherited Members
Constructors
RuleMatchResult(bool, bool, bool, string)
Creates a new instance of the rule match result
Declaration
cs-api-definition
public RuleMatchResult(bool success, bool finalBehavior, bool executedAllActions, string lastExecutedId)
Parameters
success
True if the rule matched
finalBehavior
Whether the rule actions indicated a final behavior (we must stop checking other rules).
executedAllActions
Whether the rule executed all actions
lastExecutedId
The id of the last executed action. Could be null if no actions was executed
Properties
ExecutedAllActions
Whether all actions were executed
FinalBehavior
Whether the rule actions indicated a final behavior (we must stop checking other rules).
LastExecutedId
Id of the last executed action