Obtains the server Request object, if available (for example, if the module is running on the server).
public IRequest getRequest()
Returns an IRequest interface that can be used to manipulate an IIS request. This is an interface to the Request object used in IIS.
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