2006年6月22日

摘要: while(bools) { try { if(newSocket[i2].Poll(-1,SelectMode.SelectRead)) { if(newSocket[i2].Availabl... 阅读全文
posted @ 2006-06-22 22:11 城 阅读(984) 评论(0) 推荐(0)
 
摘要: System.Net.WebClient webClient=new System.Net.WebClient();Stream stream = webClient.OpenRead(SourceURL);byte[] arrByte = new byte[1024];long completedByteCount = 0;if (File.Exists(DestPath)){File.Dele... 阅读全文
posted @ 2006-06-22 19:52 城 阅读(480) 评论(2) 推荐(0)