Clones a request so that a new request can be generated without altering the state of the original request.


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Function Clone() As Request
C#
public Request Clone()
C++
public:
 Request Clone() sealed 
J#
public Request Clone()
JScript
public  function Clone() : Request

Return Value

The newly created Request object

See Also