Class ResponderRule
A Responder rule maps a request to a response file or action
Inherited Members
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public class ResponderRule : ResponderItem
Properties
bDisableOnMatch
Should this rule be disabled after it's used.
One time only for Fiddler Classic and a maximum of Fiddler.
Declaration
public bool bDisableOnMatch { get; set; }
Property Value
System.
|
HasFinalAction
Whether any of the actions in this rule is final
Declaration
public Nullable<bool> HasFinalAction { get; set; }
Property Value
System.
|
iLatency
Number of milliseconds of latency before returning the response
Declaration
public int iLatency { get; set; }
Property Value
System.
|
sAction
The action (response file) to send in the event of a match
Declaration
public string sAction { get; }
Property Value
System.
|
sMatch
The partial-URI to which candidate requests will be matched
Declaration
public string sMatch { get; }
Property Value
System.
|