using NetCore.ContentParse; using NetCore.Protocol; namespace NetCore.NetServerCoreBasic { public interface INetContainer { IContentParse iContentParse { get; } IProtocol iProtocol { get; } } }