Click or drag to resize
IFiddlerPreferencesSetStringPref Method
Store a string value for a preference

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

Parameters

sPrefName
Type: SystemString
The named preference
sValue
Type: SystemString
The string value to store
See Also