IScriptingContext::get_Request

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

);

 

Parameters
ppRequest
[retval] [out] Points to an IRequest interface pointer.
Remarks

You can use the IRequest interface to access the methods, properties, and collections of the Request object.

See Also

IRequest