This class represents a HTTP request. It is mostly used internally but can also be used by application developers if creating requests programmatically rather then passing on requests from a client application such as a web browser.


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

Syntax

Visual Basic (Declaration)
Public Class Request
C#
public class Request
C++
ref class Request
J#
public class Request
JScript
public class Request

Inheritance Hierarchy

System.Object
   Benchmarx.Munja.Request

Thread Safety

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

See Also