Click or drag to resize
Global Properties

The Global type exposes the following members.

Properties
  NameDescription
Public propertyApplication
获取应用程序的当前状态。
(Inherited from HttpApplication.)
Public propertyContext
获取关于当前请求的 HTTP 特定信息。
(Inherited from HttpApplication.)
Protected propertyEvents
获取处理所有应用程序事件的事件处理程序委托列表。
(Inherited from HttpApplication.)
Public propertyStatic memberInstance
当前应用实例
Public propertyLogger
Log Manager
Public propertyModules
获取当前应用程序的模块集合。
(Inherited from HttpApplication.)
Public propertyRequest
获取当前请求所对应的内部请求对象。
(Inherited from HttpApplication.)
Public propertyResponse
获取当前请求所对应的内部响应对象。
(Inherited from HttpApplication.)
Public propertyServer
获取当前请求所对应的内部服务器对象。
(Inherited from HttpApplication.)
Public propertySession
获取提供对会话数据的访问的内部会话对象。
(Inherited from HttpApplication.)
Public propertySite
获取或设置 IComponent 实现的网站接口。
(Inherited from HttpApplication.)
Public propertyUser
获取当前请求的内部用户对象。
(Inherited from HttpApplication.)
Top
See Also