Class RuleMatchCollection
The match object that comes from the Fiddler client (if using the new rule format with multiple matches/actions)
Inheritance
System.Object
RuleMatchCollection
Namespace: FiddlerCore.Common.Rules
Assembly: FiddlerCore.dll
Syntax
public class RuleMatchCollection : Object
Constructors
RuleMatchCollection()
Declaration
public RuleMatchCollection()
Properties
MatchCondition
The operator (all,any,none) for the rule match conditions
Declaration
public RuleMatchCondition MatchCondition { get; set; }
Property Value
Matches
A list of match conditions
Declaration
public string[] Matches { get; set; }
Property Value
System.
|