I’m using this code:
NetworkInformation.NetworkInterface[] interfaces = NetworkInformation.NetworkInterface.GetAllNetworkInterfaces();
the above code retrieving only the active network connections, I need of all. How I do this?
Thanks in advance. 🙂
Edit:
to find all others [“Properties”] name, change the foreach like this: