zoukankan      html  css  js  c++  java
  • Global 文件中挂接HttpModule事件的方法列表参考

    protected void Application_Start(object sender, EventArgs e)
            {
            }

            protected void Session_Start(object sender, EventArgs e)
            {
            }

            protected void Session_End(object sender, EventArgs e)
            {
            }

            protected void Application_AcquireRequestState(object sender, EventArgs e)
            {
            }
            protected void Application_AuthenticateRequest(object sender, EventArgs e)
            {
            }
            protected void Application_AuthorizeRequest(object sender, EventArgs e)
            {
            }
            protected void Application_BeginRequest(object sender, EventArgs e)
            {
            }
            protected void Application_Disposed(object sender, EventArgs e)
            {
            }
            protected void Application_EndRequest(object sender, EventArgs e)
            {
            }
            protected void Application_Error(object sender, EventArgs e)
            {
            }
            protected void Application_LogRequest(object sender, EventArgs e)
            {
            }
            protected void Application_MapRequestHandler(object sender, EventArgs e)
            {
            }
            protected void Application_PostAcquireRequestState(object sender, EventArgs e)
            {
            }
            protected void Application_PostAuthenticateRequest(object sender, EventArgs e)
            {
            }
            protected void Application_PostAuthorizeRequest(object sender, EventArgs e)
            {
            }
            protected void Application_PostLogRequest(object sender, EventArgs e)
            {
            }
            protected void Application_PostMapRequestHandler(object sender, EventArgs e)
            {
            }
            protected void Application_PostReleaseRequestState(object sender, EventArgs e)
            {
            }
            protected void Application_PostRequestHandlerExecute(object sender, EventArgs e)
            {
            }
            protected void Application_PostResolveRequestCache(object sender, EventArgs e)
            {
            }
            protected void Application_PostUpdateRequestCache(object sender, EventArgs e)
            {
            }
            protected void Application_PreRequestHandlerExecute(object sender, EventArgs e)
            {
            }
            protected void Application_PreSendRequestContent(object sender, EventArgs e)
            {
            }
            protected void Application_PreSendRequestHeaders(object sender, EventArgs e)
            {
            }
            protected void Application_ReleaseRequestState(object sender, EventArgs e)
            {
            }
            protected void Application_ResolveRequestCache(object sender, EventArgs e)
            {
            }
            protected void Application_UpdateRequestCache(object sender, EventArgs e)
            {
            }

  • 相关阅读:
    软件体系结构:二维分层、模块化和开放平台
    Unity手游之路<七>角色控制器
    Unity手游之路<四>3d旋转-四元数,欧拉角和变幻矩阵
    Unity手游之路<三> 基于Unity+Java的聊天室源码
    Unity手游之路<二>Java版服务端使用protostuff简化protobuf开发
    Unity手游之路<一>C#版本Protobuf
    Unity手游之路<八>自动寻路Navmesh之入门
    Unity手游之路<九>自动寻路Navmesh之高级主题
    Unity手游之路<十>自动寻路Navmesh之跳跃,攀爬,斜坡
    raise EnvironmentError("%s not found" % (mysql_config.path,)) EnvironmentError: mysql_config not found 解决办法
  • 原文地址:https://www.cnblogs.com/netcasewqs/p/2593304.html
Copyright © 2011-2022 走看看