摘要: 服务器代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;using System.IO;namespace TCPListener{ class Program { static void Main(string[] args) { const int BufferSize = 1024; Console.Wri... 阅读全文
posted @ 2012-11-30 14:28 dongzhaosheng73 阅读(421) 评论(0) 推荐(0) 编辑