2012年9月18日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Net;using System.Net.Sockets;using System.Threading.Tasks;/// /// Standalone TCP/IP sockets example using C#.NET 4.0/// /// /// Compile as a C#.NET console mode application/// /// Command l 阅读全文
posted @ 2012-09-18 13:43 leaving 阅读(1255) 评论(0) 推荐(0)