Public Instance Constructors
Public Instance Properties
| File |
Gets the full path to the XML data file.
|
| Parent |
Gets the parent object of this ProxyConfig class.
|
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. |
Internal Instance Properties
Private Instance Fields
| m_File | Holds the value of the File property. |
| m_Parent | Holds the value of the Parent property. |
| m_Settings | Holds the value of the Settings property. |
| m_UserList | Holds the value of the UserList property. |
Private Instance Properties
| Settings |
Gets the dictionary that holds the settings.
|
Private Instance Methods
See Also
ProxyConfig Class | Org.Mentalis.Proxy Namespace