C# Poll multiple devices to determine IP type: Static or DHCP

Posted by Charles Laird on Stack Overflow See other posts from Stack Overflow or by Charles Laird
Published on 2010-03-29T18:49:41Z Indexed on 2010/03/29 18:53 UTC
Read the original article Hit count: 445

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about interface