Share via


IScriptingContext::get_Response

The IScriptingContext::get_Response method retrieves a pointer to the IResponse interface of the Response Object object.

HRESULT get_Response(
      Iresponse** ppResponse
);

Parameters

  • ppResponse
    [retval] [out] Points to an IResponse interface pointer.

Remarks

You can use the IResponse interface to access the methods, properties, and collections of the Response 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