增加HttpServer示例项目,同时可作为新项目模版
石头 authored at 2024-04-21 00:22:05
213.00 B
X
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

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