コード例 #1
0
 private static void HostEndRequest(HttpApplication application, IBntWebHost host)
 {
     host.EndRequest();
 }
コード例 #2
0
 private static void HostBeginRequest(HttpApplication application, IBntWebHost host)
 {
     application.Context.Items["originalHttpContext"] = application.Context;
     host.BeginRequest();
 }