C# Programmation Réseau: Exemple d’une application Client/Server

Author:
datasize);
      while (total < size)
      {
         sent = s.Send(data, total, dataleft, SocketFlags.None);
         total += sent;
         dataleft -= sen