예제 #1
0
 protected override IAsyncResult BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, object state)
 {
     HttpContextBase base2 = new HttpContextWrapperTweak(httpContext);
     return this.BeginProcessRequest(base2, callback, state);
 }
예제 #2
0
파일: MvcHandler.cs 프로젝트: Epsolone/ecps
 protected override void ProcessRequest(HttpContext httpContext)
 {
     HttpContextBase base2 = new HttpContextWrapperTweak(httpContext);
     this.ProcessRequest(base2);
 }