Saves an array of bytes to the settings section.
Overload List
Saves a string to the settings section.
public void SaveSetting(string,string);
Saves a string to the settings section.
public void SaveSetting(string,string,bool);
Saves an integer to the settings section.
public void SaveSetting(string,int);
Saves an integer to the settings section.
public void SaveSetting(string,int,bool);
Saves an array of bytes to the settings section.
public void SaveSetting(string,byte[]);
Saves an array of bytes to the settings section.
public void SaveSetting(string,byte[],bool);
See Also
ProxyConfig Class | ProxyConfig Members | Org.Mentalis.Proxy Namespace