MantisConnect 1.0a2

Request Class

A wrapper around MantisConnectWebservice to provide a more friendly interface for the rest of the C# code.

For a list of all members of this type, see Request Members.

System.Object
   Request

[Visual Basic]
NotInheritable Public Class Request
[C#]
public sealed class Request

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Some methods will do do pre or post processing of data to convert them from the webservice format to one that is easier to access. For example, the webservice may return information about project ids/names as a serialised string, which then gets deserialised by this wrapper into a DataTable for easier access and binding to standard controls.

Requirements

Namespace: Futureware.MantisConnect

Assembly: Futureware.MantisConnect (in Futureware.MantisConnect.dll)

See Also

Request Members | Futureware.MantisConnect Namespace