C# Poll multiple devices to determine IP type: Static or DHCP
- by Charles Laird
Would like to know the c# code to actually retrieve the IP type: Static or DHCP based on a list of devices I will enter.
Output to be viewed:
Device name: IP Address: MAC Address: Type:
Device1 x.x.x.x xx-xx-xx-xx-xx-xx Static
Device2 x.x.x.x xx-xx-xx-xx-xx-xx Dynamic
I welcome any assistance with this endeavor.