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