ScriptingContext

This class contains methods that your component can use to retrieve the built-in objects provided by ASP. This class is obsolete. You should not use it. Use ObjectContext instead.

Methods Description
Application as IApplicationObject Returns a copy of the Application object.
Request as IRequest Returns a copy of the Request object.
Response as IResponse Returns a copy of the Response object.
Server as IServer Returns a copy of the Server object.
Session as ISession Returns a copy of the Session object.


© 1997 by Microsoft Corporation. All rights reserved.