Class RuleMatchCollectionForSharing
This class is used to serialize additional properties in the rule match property during sharing
Namespace: FiddlerCore.Common.Rules
Assembly: FiddlerCore.dll
Syntax
public class RuleMatchCollectionForSharing : RuleMatchCollection
Constructors
RuleMatchCollectionForSharing()
Declaration
public RuleMatchCollectionForSharing()
Properties
DisableOnMatch
Should this rule be disabled after it's used. Null means not set.
Declaration
public Nullable<bool> DisableOnMatch { get; set; }
Property Value
System.
|
MaxMatchCount
The maximum number of times a rule can match before it is disabled. Null means not set.
Declaration
public Nullable<int> MaxMatchCount { get; set; }
Property Value
System.
|