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)
            {
            }

  • 相关阅读:
    Retrofit 2使用要点梳理:小白进阶回忆录
    浅析Android动画(三),自定义Interpolator与TypeEvaluator
    浅析Android动画(二),属性动画高级实例探究
    浅析Android动画(一),View动画高级实例探究
    Retrofit 2使用要点梳理:浅析POST文件/表单上传
    AS历史代码记录,找回本地未提交代码
    注解基础篇:自定义Java Annotation
    注解提高篇:自定义注解处理器(APT)
    AndroidStudio快捷键大全
    VisualStudio2015常用快捷键
  • 原文地址:https://www.cnblogs.com/netcasewqs/p/2593304.html
Copyright © 2011-2022 走看看