private void InitPacket() { if (this.packet == null) { this.packet = this.session.CreatePacket(); } }
public void Add(ITransportPacket packet) { this.packets.Add(packet); }