public Client(System.Net.Sockets.Socket pSocket) : base(pSocket, "Client") { exporter = new MSBExporter(); this.SendHandshake(141, "2", 8); }