增加HttpServer示例项目,同时可作为新项目模版
石头 编写于 2024-04-21 00:22:05 石头 提交于 2024-05-01 10:46:30
X
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Zero.TcpServer.Handlers
{
    internal class IMsgHandler
    {
    }
}