DhModule.getRequest

Overview | Methods | This Package | All Packages

DhModule.getRequest

Obtains the server Request object, if available (for example, if the module is running on the server).

Syntax

public IRequest getRequest()

Return Value

Returns an IRequest interface that can be used to manipulate an IIS request. This is an interface to the Request object used in IIS.

Remarks

The Request object retrieves the values that the client browser passed to the server during an HTTP request. For more information on the Request object, see the Microsoft Active Server Pages (ASP) documentation.

See Also   getServerMode, getResponse