MAC address to IP Address on Same LAN in C#

后端 未结 3 499
感情败类
感情败类 2021-01-15 08:53

Is there a way to find mapping between MAC address to IP address in C#. i think RARP should be able to do that, is there an API available in C# for that

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-15 09:23

    In case you are looking for an API based approach and are not able to do a Process.Start() take a look at this:

    http://www.codeproject.com/KB/IP/host_info_within_network.aspx

    It allows mapping of hostname, IP address and MAC address.

提交回复
热议问题