MantisConnect 1.0a2

Request Constructor 

Constructor

[Visual Basic]
Public Sub New( _
   ByVal session As Session _
)
[C#]
public Request(
   Session session
);

Parameters

session
The session to use for all communication with the webservice. The user name and password are used from their to provide such details to the webservice with each call without exposing such detail to the user of the library.

See Also

Request Class | Futureware.MantisConnect Namespace