IHttpAsyncHandler
2009-12-10 09:33 蜡笔小旧 阅读(672) 评论(0) 收藏 举报if (applicationInstance is )
{
IHttpAsyncHandler handler2 = (IHttpAsyncHandler) applicationInstance;
context.AsyncAppHandler = handler2;
handler2.BeginProcessRequest(context, this._handlerCompletionCallback, context);
}
else
{
applicationInstance.ProcessRequest(context);
this.FinishRequest(context.WorkerRequest, context, null);
}
FK__aspnet_Us__UserI__30F848ED
浙公网安备 33010602011771号