The methods of the ProxyConfig class are listed below. For a complete list of ProxyConfig class members, see the ProxyConfig Members topic.
Public Instance Methods
Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
LoadData |
Loads the data from an XML file.
|
ReadBytes |
Reads a byte array from the settings section.
|
ReadInt | Overloaded.
Reads an integer from the settings section.
|
ReadString | Overloaded.
Reads a string from the settings section.
|
RemoveUser | Overloaded.
Removes a user from the authentication list.
|
SaveData |
Saves the data in this class to an XML file.
|
SaveSetting | Overloaded.
Saves a string to the settings section.
|
SaveUserHash | Overloaded.
Saves a username and password hash combination to the authentication list.
|
SaveUserPass | Overloaded.
Saves a username and password combination to the authentication list.
|
ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Methods
Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Private Instance Methods
See Also
ProxyConfig Class | Org.Mentalis.Proxy Namespace