| Global Properties |
The Global type exposes the following members.
| Name | Description | |
|---|---|---|
| Application | 获取应用程序的当前状态。 (Inherited from HttpApplication.) | |
| Context | 获取关于当前请求的 HTTP 特定信息。 (Inherited from HttpApplication.) | |
| Events | 获取处理所有应用程序事件的事件处理程序委托列表。 (Inherited from HttpApplication.) | |
| Instance |
当前应用实例
| |
| Logger |
Log Manager
| |
| Modules | 获取当前应用程序的模块集合。 (Inherited from HttpApplication.) | |
| Request | 获取当前请求所对应的内部请求对象。 (Inherited from HttpApplication.) | |
| Response | 获取当前请求所对应的内部响应对象。 (Inherited from HttpApplication.) | |
| Server | 获取当前请求所对应的内部服务器对象。 (Inherited from HttpApplication.) | |
| Session | 获取提供对会话数据的访问的内部会话对象。 (Inherited from HttpApplication.) | |
| Site | 获取或设置 IComponent 实现的网站接口。 (Inherited from HttpApplication.) | |
| User | 获取当前请求的内部用户对象。 (Inherited from HttpApplication.) |