HttpServer.rar
简单好用的HttpServer,C#语言
业务处理只需继承下面的类
publicclassServlet
{
publicvirtualvoidonGet(System.Net.HttpListenerRequestrequest,System.Net.HttpListenerResponseresponse){}
publicvirtualvoidonPost(System.Net.HttpListenerRequestrequest,System.Net.HttpListenerResponseresponse)
下载地址
用户评论