Goodspeed

导航

2014年1月7日 #

WebClient的异步处理

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Text;using System.Threading;using System.Threading.Tasks;namespace ConsoleApplication1{ public class Download { object LockObject = new object(); public static void Main(string[] args) ... 阅读全文

posted @ 2014-01-07 16:46 Goodspeed 阅读(3275) 评论(0) 推荐(0) 编辑