IFiddlerPreferencesSetStringPref Method |
Store a string value for a preference
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax void SetStringPref(
string sPrefName,
string sValue
)
Sub SetStringPref (
sPrefName As String,
sValue As String
)
void SetStringPref(
String^ sPrefName,
String^ sValue
)
Parameters
- sPrefName
- Type: SystemString
The named preference - sValue
- Type: SystemString
The string value to store
See Also