I'm trying to get the Physical Address of the user's computer but having no luck. I developed a method that was working but isn't anymore. I'm also having trouble getting the IP Addresses Broadcast and Loopback.
string ip = IPAddress.Broadcast.Address.ToString();
string ipl = IPAddress.Loopback.Address.ToString();
The physical address is the one I'm having the most difficulty with.