This class contains methods that your component can use to retrieve interfaces to the built-in objects provided by Active Server Pages.
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. |