Click or drag to resize
IFiddlerPreferences Interface
The IFiddlerPreferences Interface is exposed by the FiddlerApplication.Prefs object, and enables callers to Add, Update, and Remove preferences, as well as observe changes to the preferences.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public interface IFiddlerPreferences

The IFiddlerPreferences type exposes the following members.

Methods
  NameDescription
Public methodAddWatcher
Add a Watcher that will be notified when a value has changed within the specified prefix.
Public methodGetBoolPref
Get a preference's value as a boolean
Public methodGetInt32Pref
Gets a preference's value as a 32-bit integer
Public methodGetStringPref
Gets a preference's value as a string
Public methodRemovePref
Removes a named preference from storage
Public methodRemoveWatcher
Removes a previously-created preference Watcher from the notification queue
Public methodSetBoolPref
Store a boolean value for a preference
Public methodSetInt32Pref
Store an Int32 value for a preference
Public methodSetStringPref
Store a string value for a preference
Top
Properties
  NameDescription
Public propertyItem
Indexer. Returns the value of the preference as a string
Top
See Also