摘要: Server: class Program{ static void Main(string[] args) { Socket listenSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); //新建socket IPEndPoint ep = new IPEndPoint(IP... 阅读全文
posted @ 2010-04-21 17:34 DaCHun 阅读(328) 评论(0) 推荐(0) 编辑