Click or drag to resize
PreferenceBagGetBoolPref Method
Return a bool preference.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool GetBoolPref(
	string sPrefName,
	bool bDefault
)

Parameters

sPrefName
Type: SystemString
The Preference name
bDefault
Type: SystemBoolean
The default value to return if the specified preference does not exist

Return Value

Type: Boolean
The boolean value of the Preference, or the default value

Implements

IFiddlerPreferencesGetBoolPref(String, Boolean)
See Also