Click or drag to resize
IFiddlerPreferences Methods

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
See Also