Class
ResponderItem

Base class for the responder rules and groups. Contains common properties like Id and Parent.

Definition

Namespace:Fiddler

Assembly:FiddlerCore.dll

Syntax:

cs-api-definition
public class ResponderItem

Inheritance: objectResponderItem

Derived Classes: ResponderGroupResponderRule

Inherited Members object.GetType()object.MemberwiseClone()object.ToString()object.Equals(object)object.Equals(object, object)object.ReferenceEquals(object, object)object.GetHashCode()

Properties

Id

Unique id for this rule or group

Declaration

cs-api-definition
public string Id { get; set; }

Property Value

string

IsEnabled

Is the rule or group enabled or not

Declaration

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

Property Value

bool

Name

The rule or group name, visible to the user

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

Parent

The parent group, or null if there is no parent (i.e. item is on root level)

Declaration

cs-api-definition
public ResponderGroup Parent { get; set; }

Property Value

ResponderGroup

Priority

The order of the rule or group in its parent collection (another group or the root level)

Declaration

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

Property Value

int

In this article
DefinitionPropertiesIdIsEnabledNameParentPriority
Not finding the help you need?
Contact Support