Click or drag to resize
PreferenceBagSetInt32Pref Method
Update or create a Int32 Preference

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void SetInt32Pref(
	string sPrefName,
	int iValue
)

Parameters

sPrefName
Type: SystemString
The name of the Preference
iValue
Type: SystemInt32
The value to assign to the Preference

Implements

IFiddlerPreferencesSetInt32Pref(String, Int32)
See Also