예제 #1
0
 internal HttpApplication(ApplicationStoreUnit store)
 {
     context = null;
     entries = store;
 }
예제 #2
0
 internal HttpApplication(HttpContext context)
 {
     this.context = context;
     entries = context.WorkingProcess.ApplicationStore;
 }