C# Programmation Réseau: Exemple d’une application Traceroute pour suivre les chemins d’un paquet

Author:
      IPEndPoint iep = new IPEndPoint(iphe.AddressList[0]0);
      EndPoint ep = (EndPoint)iep;
      ICMP packet = new ICMP();
      packet.Type = 0x08;