public void HandlerRawData(CodedInputStream stream, NetworkInterface client) { //Console.WriteLine("HandlerRawData", client.GetSocket()); RawContent rawContent = RawContent.Parser.ParseFrom(stream); sn.SendMsg((Int32)Command.ResContent, rawContent, client); }