Click or drag to resize
PreferenceBagSetStringPref Method
Update or create a string preference.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void SetStringPref(
	string sPrefName,
	string sValue
)

Parameters

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

Implements

IFiddlerPreferencesSetStringPref(String, String)
See Also