摘要:
namespace Microshaoft{ using System; using System.Threading.Tasks; using System.Web; public class HttpTaskAsyncHandler : IHttpAsyncHandler { public bool IsReusable { get { return false; } } public void ProcessRequest(HttpContext context) {... 阅读全文
posted @ 2012-06-21 00:50
于斯人也
阅读(1035)
评论(0)
推荐(0)