コード例 #1
0
 public HybridHttpContextLifecycle()
 {
     _http    = new HttpContextLifecycle();
     _nonHttp = new ThreadLocalStorageLifecycle();
 }
コード例 #2
0
 public HybridHttpContextLifecycle()
 {
     _http = new HttpContextLifecycle();
     _nonHttp = new ThreadLocalStorageLifecycle();
 }