Click or drag to resize
Global Class
Global
Inheritance Hierarchy

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public class Global : HttpApplication

The Global type exposes the following members.

Constructors
  NameDescription
Public methodGlobal
Initialize
Top
Methods
  NameDescription
Public methodAddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)
将指定的 AcquireRequestState 事件添加到当前请求的异步 AcquireRequestState 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 AcquireRequestState 事件添加到当前请求的异步 AcquireRequestState 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)
将指定的 AuthenticateRequest 事件添加到当前请求的异步 AuthenticateRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 AuthenticateRequest 事件添加到当前请求的异步 AuthenticateRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)
将指定的 AuthorizeRequest 事件添加到当前请求的异步 AuthorizeRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 AuthorizeRequest 事件添加到当前请求的异步 AuthorizeRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnBeginRequestAsync(BeginEventHandler, EndEventHandler)
将指定的 BeginRequest 事件添加到当前请求的异步 BeginRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 BeginRequest 事件添加到当前请求的异步 BeginRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnEndRequestAsync(BeginEventHandler, EndEventHandler)
将指定的 EndRequest 事件添加到当前请求的异步 EndRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnEndRequestAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 EndRequest 事件添加到当前请求的异步 EndRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnLogRequestAsync(BeginEventHandler, EndEventHandler)
将指定的 LogRequest 事件添加到当前请求的异步 LogRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnLogRequestAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 LogRequest 事件添加到当前请求的异步 LogRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)
将指定的 MapRequestHandler 事件添加到当前请求的异步 MapRequestHandler 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 MapRequestHandler 事件添加到当前请求的异步 MapRequestHandler 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)
将指定的 PostAcquireRequestState 事件添加到当前请求的异步 PostAcquireRequestState 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostAcquireRequestState 事件添加到当前请求的异步 PostAcquireRequestState 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)
将指定的 PostAuthenticateRequest 事件添加到当前请求的异步 PostAuthenticateRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostAuthorizeRequest 事件添加到当前请求的异步 PostAuthorizeRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)
将指定的 PostAuthorizeRequest 事件添加到当前请求的异步 PostAuthorizeRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostAuthorizeRequest 添加到当前请求的异步 PostAuthorizeRequest 事件处理程序的集合中。
(Inherited from HttpApplication.)
Public methodAddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler)
将指定的 PostLogRequest 事件添加到当前请求的异步 PostLogRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostLogRequest 事件添加到当前请求的异步 PostLogRequest 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)
将指定的 PostMapRequestHandler 事件添加到当前请求的异步 PostMapRequestHandler 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostMapRequestHandler 事件添加到当前请求的异步 PostMapRequestHandler 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)
将指定的 PostReleaseRequestState 事件添加到当前请求的异步 PostReleaseRequestState 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostReleaseRequestState 事件添加到当前请求的异步 PostReleaseRequestState 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)
将指定的 PostRequestHandlerExecute 事件添加到当前请求的异步 PostRequestHandlerExecute 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostRequestHandlerExecute 事件添加到当前请求的异步 PostRequestHandlerExecute 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)
将指定的 PostResolveRequestCache 事件添加到当前请求的异步 PostResolveRequestCache 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostResolveRequestCache 事件添加到当前请求的异步 PostResolveRequestCache 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)
将指定的 PostUpdateRequestCache 事件添加到当前请求的异步 PostUpdateRequestCache 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PostUpdateRequestCache 事件添加到当前请求的异步 PostUpdateRequestCache 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)
将指定的 PreRequestHandlerExecute 事件添加到当前请求的异步 PreRequestHandlerExecute 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 PreRequestHandlerExecute 事件添加到当前请求的异步 PreRequestHandlerExecute 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)
将指定的 ReleaseRequestState 事件添加到当前请求的异步 ReleaseRequestState 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 ReleaseRequestState 事件添加到当前请求的异步 ReleaseRequestState 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)
将指定的 ResolveRequestCache 事件处理程序添加到当前请求的异步 ResolveRequestCache 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 ResolveRequestCache 事件处理程序添加到当前请求的异步 ResolveRequestCache 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)
将指定的 UpdateRequestCache 事件添加到当前请求的异步 UpdateRequestCache 事件处理程序的集合。
(Inherited from HttpApplication.)
Public methodAddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)
将指定的 UpdateRequestCache 事件添加到当前请求的异步 UpdateRequestCache 事件处理程序的集合。
(Inherited from HttpApplication.)
Protected methodApplication_End
应用结束
Protected methodApplication_Error
应用异常
Public methodCompleteRequest
使 ASP.NET 跳过 HTTP 执行管线链中的所有事件和筛选并直接执行 EndRequest 事件。
(Inherited from HttpApplication.)
Public methodDispose
处置 HttpApplication 实例。
(Inherited from HttpApplication.)
Public methodEquals
确定指定的 Object 是否等于当前的 Object
(Inherited from Object.)
Protected methodFinalize
允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。
(Inherited from Object.)
Public methodGetHashCode
用作特定类型的哈希函数。
(Inherited from Object.)
Public methodGetType
获取当前实例的 Type
(Inherited from Object.)
Public methodGetVaryByCustomString
提供 VaryByCustom 属性在整个应用程序范围内的实现。
(Inherited from HttpApplication.)
Public methodInit
在添加所有事件处理程序模块之后执行自定义初始化代码。
(Inherited from HttpApplication.)
Protected methodMemberwiseClone
创建当前 Object 的浅表副本。
(Inherited from Object.)
Public methodToString
返回表示当前 ObjectString
(Inherited from Object.)
Top
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
Events
  NameDescription
Public eventAcquireRequestState
当 ASP.NET 获取与当前请求关联的当前状态(如会话状态)时发生。
(Inherited from HttpApplication.)
Public eventAuthenticateRequest
当安全模块已建立用户标识时发生。
(Inherited from HttpApplication.)
Public eventAuthorizeRequest
当安全模块已验证用户授权时发生。
(Inherited from HttpApplication.)
Public eventBeginRequest
在 ASP.NET 响应请求时作为 HTTP 执行管线链中的第一个事件发生。
(Inherited from HttpApplication.)
Public eventDisposed
在释放应用程序时发生。
(Inherited from HttpApplication.)
Public eventEndRequest
在 ASP.NET 响应请求时作为 HTTP 执行管线链中的最后一个事件发生。
(Inherited from HttpApplication.)
Public eventError
当引发未处理的异常时发生。
(Inherited from HttpApplication.)
Public eventLogRequest
恰好在 ASP.NET 为当前请求执行任何记录之前发生。
(Inherited from HttpApplication.)
Public eventMapRequestHandler
在选择了用来响应请求的处理程序时发生。
(Inherited from HttpApplication.)
Public eventPostAcquireRequestState
在已获得与当前请求关联的请求状态(例如会话状态)时发生。
(Inherited from HttpApplication.)
Public eventPostAuthenticateRequest
当安全模块已建立用户标识时发生。
(Inherited from HttpApplication.)
Public eventPostAuthorizeRequest
在当前请求的用户已获授权时发生。
(Inherited from HttpApplication.)
Public eventPostLogRequest
在 ASP.NET 处理完 LogRequest 事件的所有事件处理程序后发生。
(Inherited from HttpApplication.)
Public eventPostMapRequestHandler
在 ASP.NET 已将当前请求映射到相应的事件处理程序时发生。
(Inherited from HttpApplication.)
Public eventPostReleaseRequestState
在 ASP.NET 已完成所有请求事件处理程序的执行并且请求状态数据已存储时发生。
(Inherited from HttpApplication.)
Public eventPostRequestHandlerExecute
在 ASP.NET 事件处理程序(例如,某页或某个 XML Web service)执行完毕时发生。
(Inherited from HttpApplication.)
Public eventPostResolveRequestCache
在 ASP.NET 跳过当前事件处理程序的执行并允许缓存模块满足来自缓存的请求时发生。
(Inherited from HttpApplication.)
Public eventPostUpdateRequestCache
在 ASP.NET 完成缓存模块的更新并存储了用于从缓存中为后续请求提供服务的响应后,发生此事件。
(Inherited from HttpApplication.)
Public eventPreRequestHandlerExecute
恰好在 ASP.NET 开始执行事件处理程序(例如,某页或某个 XML Web services)前发生。
(Inherited from HttpApplication.)
Public eventPreSendRequestContent
恰好在 ASP.NET 向客户端发送内容之前发生。
(Inherited from HttpApplication.)
Public eventPreSendRequestHeaders
恰好在 ASP.NET 向客户端发送 HTTP 标头之前发生。
(Inherited from HttpApplication.)
Public eventReleaseRequestState
在 ASP.NET 执行完所有请求事件处理程序后发生。该事件将使状态模块保存当前状态数据。
(Inherited from HttpApplication.)
Public eventResolveRequestCache
在 ASP.NET 完成授权事件以使缓存模块从缓存中为请求提供服务后发生,从而绕过事件处理程序(例如某个页或 XML Web services)的执行。
(Inherited from HttpApplication.)
Public eventUpdateRequestCache
当 ASP.NET 执行完事件处理程序以使缓存模块存储将用于从缓存为后续请求提供服务的响应时发生。
(Inherited from HttpApplication.)
Top
See Also