public void Write( Packet packet ) { Write( packet.Bytes ); }
public PacketReceivedEventArgs( Packet packet ) { Packet = packet; }