namespace Linker.Libs.Web { /// /// web服务 /// public interface IWebServer { /// /// 开始 /// public void Start(int port, string root); } }