IScriptingContext::get_Request

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

HRESULT get_Request(
      Irequest** ppRequest
);

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.

Requirements

Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.

Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.

Product: IIS

See Also