摘要: using System;using System.Collections.Generic;using System.Web;namespace HttpAsync{ /// /// 封装web异步处理请求操作的方法 /// public abstract class MyHttpAsync : IHttpAsyncHandler { HttpContext context; object extraData; internal bool _isReusable = false; /// ... 阅读全文
posted @ 2014-01-27 15:57 ``炯`` 阅读(514) 评论(0) 推荐(0) 编辑