Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

IScriptingContext Interface

The IScriptingContext interface exposes methods that your component can use to retrieve the ASP built-in objects.

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.

The IScriptingContext also supports the IUnknown and IDispatch interface methods.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.