HttpServer.rar
简单好用的HttpServer,C#语言
业务处理只需继承下面的类
publicclassServlet
{
publicvirtualvoidonGet(System.Net.HttpListenerRequestrequest,System.Net.HttpListenerResponseresponse){}
publicvirtualvoidonPost(System.Net.HttpListenerRequestrequest,System.Net.HttpListenerResponseresponse)
文件列表
HttpServer.rar
(预估有个6文件)
HttpServer.csproj
3KB
MyServlet.cs
4KB
Program.cs
430B
Properties
AssemblyInfo.cs
1KB
WebServer.cs
2KB
App.config
189B
暂无评论