IScriptingContext::get_Request

This method retrieves the IRequest interface, which exposes the collections of the Request object.

HRESULT get_Request(

IRequest ** ppRequest

//pointer to an IRequest interface pointer

);