The IScriptingContext::get_Request method retrieves a pointer to the IRequest interface of the Request object.
HRESULT get_Request( Irequest ** ppRequest //pointer to an IRequest interface pointer );
You can use the IRequest interface to access the methods, properties, and collections of the Request object.