160161162163164165166167
{ if (!this.fIsConnected) { throw new ClientIsDisconnectedException(this); } fLastOutgoingPacket = new OutgoingTCPClientConnectionPacket(this, bytes, offset, length, fLastOutgoingPacket); } }