using System.Collections.Generic; using System.Net; namespace ET { /// /// http请求分发器 /// public class HttpComponent: Entity { public HttpListener Listener; public Dictionary dispatcher; } }