Previous PageNext Page

13.8.2 IScriptingContext::get_Request

The IScriptingContext::get_Request method retrieves a pointer to the IRequest interface of the Request object.
 

HRESULT get_Request(

IRequest ** ppRequest

);

Parameters

ppRequest
Points to an IRequest interface pointer.

Remarks

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

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page