PreferenceBagSetStringPref Method |
Update or create a string preference.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public void SetStringPref(
string sPrefName,
string sValue
)
Public Sub SetStringPref (
sPrefName As String,
sValue As String
)
public:
virtual void SetStringPref(
String^ sPrefName,
String^ sValue
) sealed
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