Exemple #1
0
 void ProcessRequest(AppHandler appHandler)
 {
     var asyncResult = appHandler.BeginProcessRequest(_httpContext, null, null);
     appHandler.EndProcessRequest(asyncResult);
 }