摘要: Socket通信中的服务器端,采用TcpListener在TcpListner实例化时,就指定好了监听的IP和PortCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1listener=newTcpListener(IPAddress.Any,4564);然后通过AcceptSocket方法获得Socket对象。Code highlighting produced by Actipro CodeHighlighter (freeware)ht 阅读全文
posted @ 2009-08-21 11:04 张兴业 阅读(248) 评论(0) 推荐(0) 编辑