2008年1月9日
摘要: // 在127.0.0.1(本地机器)上创建一个TCP服务器,监听 // 110端口的请求(110是POP3服务器的默认端口) IPEndPoint ipEndPoint = new IPEndPoint(IPAddress.Parse("127.0.0.1"), 110); TcpListener t... 阅读全文
posted @ 2008-01-09 10:34 tonyYe 阅读(5070) 评论(0) 推荐(0) 编辑