Session Constructor | Constructs a session given a url, username and password. |
Config | Config object to be used to retrieve information about the configuration of the Mantis installation. |
NetworkCredential | Gets the network credential specified during construction time. |
Password | User password specified on construction of the session. |
Request | Request is a wrapper around the MantisConnect webservice which makes calling the methods more natural for the rest of the C# code. |
Url | MantisConnect webservice URL |
Username | User name specified on construction of the session. |
Connect | Connects to the webservice. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Session Class | Futureware.MantisConnect Namespace