IScriptingContext

The IScriptingContext interface is considered obsolete. You should not use it except in legacy ASP applications. The interface exposes methods that your component can use to retrieve the ASP built-in objects.

Method Description
IScriptingContext::get_Application Retrieves the Application object. This object implements the IApplicationObject interface.
IScriptingContext::get_Request Retrieves the Request object. This object implements the IRequest interface.
IScriptingContext::get_Response Retrieves the Response object. This object implements the IResponse interface.
IScriptingContext::get_Server Retrieves the Server object. This object implements the IServer interface.
IScriptingContext::get_Session Retrieves the Session object. This object implements the ISessionObject interface.

Note  This interface also supports the IUnknown and IDispatch interface methods. For more information, see \winnt\system32\inetsrv\asptlb.h, the header file installed with ASP.