This interface exposes methods that your component can use to retrieve the Active Server Pages built-in objects.
Method |
Description |
Retrieves the Application object. This object implements the IApplicationObject interface. | |
Retrieves the Request object. This object implements the IRequest interface. | |
Retrieves the Response . This object implements the IResponse interface. | |
Retrieves the Server object. This object implements the IServer interface. | |
Retrieves the Session object. This object implements the ISessionObject interface. |
Note This interface also supports the IUnknown and IDispatch methods. For more information, see \Inetsrv\Asp\Cmpnts\Asptlb.h, the header file installed with Active Server Pages.