MantisConnect 1.0a2

Session Members

Session overview

Public Instance Constructors

Session Constructor Constructs a session given a url, username and password.

Public Instance Properties

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.

Public Instance Methods

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.

See Also

Session Class | Futureware.MantisConnect Namespace