摘要: 服务端using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.Net.Sockets; using System.Threading;namespace SocketDemo { class Program { static Socket serverSocket; static Socket clientSocket; static Thread thread; static void Main(strin... 阅读全文
posted @ 2014-01-23 16:06 armyfai 阅读(431) 评论(0) 推荐(0)