예제 #1
0
 private static void HostBeginRequest(HttpApplication application, IWebHost host)
 {
     application.Context.Items["originalHttpContext"] = application.Context;
     host.BeginRequest();
 }
예제 #2
0
 private static void HostBeginRequest(HttpApplication application, IWebHost host)
 {
     application.Context.Items["originalHttpContext"] = application.Context;
     host.BeginRequest();
 }