C# Programmation Réseau: Créer un Client NetworkStream

Author:
 = newSocket.GetStream();
    // fill a byte array from the stream
    byte[] buf = new byte[100];
    ns.Read(buf, 0100);
    // convert to a char array an