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