IFiddlerPreferencesSetBoolPref Method |
Store a boolean value for a preference
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax void SetBoolPref(
string sPrefName,
bool bValue
)
Sub SetBoolPref (
sPrefName As String,
bValue As Boolean
)
void SetBoolPref(
String^ sPrefName,
bool bValue
)
Parameters
- sPrefName
- Type: SystemString
The named preference - bValue
- Type: SystemBoolean
The boolean value to store
See Also