PreferenceBagSetBoolPref Method |
Update or create a Boolean preference.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void SetBoolPref(
string sPrefName,
bool bValue
)
Public Sub SetBoolPref (
sPrefName As String,
bValue As Boolean
)
public:
virtual void SetBoolPref(
String^ sPrefName,
bool bValue
) sealed
Parameters
- sPrefName
- Type: SystemString
The name of the Preference - bValue
- Type: SystemBoolean
The value to assign to the Preference
Implements
IFiddlerPreferencesSetBoolPref(String, Boolean)See Also