using SuperSocket.SocketBase.Protocol; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace athosRT.tool.Server { public class RRequestInfo : RequestInfo { public RRequestInfo(string key, RData data) => this.Initialize(key, data); } }