C# Programmation Réseau: Analyse d’adresse IP

Author:
       if (IPAddress.IsLoopback(test2))
            Console.WriteLine("The Loopback address is: {0}", test2.ToString());
        else
            Console.WriteL