Class
ResponderRule

A Responder rule maps a request to a response file or action

Definition

Properties

HasFinalAction

Whether any of the actions in this rule is final

Declaration

cs-api-definition
public bool? HasFinalAction { get; set; }

Property Value

bool?

bDisableOnMatch

Should this rule be disabled after it's used. One time only for Fiddler Classic and a maximum of times in Fiddler Everywhere. (Useful for AJAX site playback scenarios)

Declaration

cs-api-definition
public bool bDisableOnMatch { get; set; }

Property Value

bool

iLatency

Number of milliseconds of latency before returning the response

Declaration

cs-api-definition
public int iLatency { get; set; }

Property Value

int

sAction

The action (response file) to send in the event of a match

Declaration

cs-api-definition
public string sAction { get; }

Property Value

string

sMatch

The partial-URI to which candidate requests will be matched

Declaration

cs-api-definition
public string sMatch { get; }

Property Value

string