i have a simple question but im not able to implement it cuz of lack of experience on C#.
when i open cmd and type arp -a command, it shows me all interfaces and ip addresses are routing.
so, my aim is to implement above process in C# and get ip, mac etc…
could somebody help me out on this trick? i would greatly appreciate. thanks
Chris Pietschmann wrote a blog post on what you’re looking for.
It mimics the “arp -a” command.
IPInfo Class: