37 byte[] data =
new byte[5];
Gets used as handshake between the client and the server.
BadConsoleHelloPacket(int heartBeatInterval)
Constructs a new BadConsoleHelloPacket instance.
override byte[] Serialize()
static new BadConsoleHelloPacket Deserialize(byte[] data)
Deserializes the Packet.
int HeartBeatInterval
The Heartbeat interval that the server uses.
Implements the base class for all BadConsole Packets.
Contains the network packets for the remote console.
BadConsolePacketType
The Packet Types.