c# Programming Glossary: dhcp
How to get the Client System Mac-id and other details like IP Address etc http://stackoverflow.com/questions/19245571/how-to-get-the-client-system-mac-id-and-other-details-like-ip-address-etc
Querying a DHCP server in C# http://stackoverflow.com/questions/2224877/querying-a-dhcp-server-in-c-sharp a DHCP server in C# I need to get the mapping of MAC to IP stored.. in C# I need to get the mapping of MAC to IP stored on DHCP server either through a program running on the server itself.. or preferably through a program running on one of the DHCP clients. I understand netsh utility can be used to get the dump..
|