摘要: 写在前面 上篇文章根据《asp.net 本质论》书上提供的例子,实现了一个简单的web服务器,本篇文章将介绍另一种实现方式——基于TcpListener的web服务器。 TcpListener 命名空间System.Net.Sockets下的TcpListener类简化了基于tcp协议的监听程序。 阅读全文
posted @ 2016-02-15 08:42 wolfy 阅读(1965) 评论(0) 推荐(1)