Esempio n. 1
0
 public void Flush()
 {
     _connection.WritePacket(_data.ToArray());
     _data.Clear();
 }