Saves an array of bytes to the settings section.
[Visual Basic]Overloads Public Sub SaveSetting( _
ByVal name As String, _
ByVal data As Byte() _
)
[C#]
public void SaveSetting(
string name,
byte[] data
);
Parameters
- name
- The key of the setting.
- data
- The byte data of the setting.
See Also
ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace | ProxyConfig.SaveSetting Overload List