Class RuleMatchCondition
The operator applied to the rule match conditions.
Inheritance
System.Object
RuleMatchCondition
Namespace: FiddlerCore.Common.Rules
Assembly: FiddlerCore.dll
Syntax
public sealed class RuleMatchCondition : Enum
Fields
MatchAll
Match all conditions in order to execute the rule actions.
Declaration
public const RuleMatchCondition MatchAll
Field Value
MatchAny
Match at least one of the conditions in order to execute the rule actions.
Declaration
public const RuleMatchCondition MatchAny
Field Value
MatchNone
Execute the rule actions only if none of the conditions match.
Declaration
public const RuleMatchCondition MatchNone
Field Value
value__
Declaration
public int value__
Field Value
System.
|