/// <summary> /// Parse a byte of host data /// </summary> /// <param name="ch"></param> public void Parse(byte ch) { if (!telnet.ParseByte(ch)) { Console.WriteLine("Disconnect should occur next"); } }