how to get mac address of external IP in C#

后端 未结 4 1063
再見小時候
再見小時候 2021-01-21 00:39

how to get mac address of external IP in C# ? E.g I want to find mac address of \"204.13.153.34\" ?

Any ideas and code snippet is highly appreciated ? Thanks in Advance<

4条回答
  •  没有蜡笔的小新
    2021-01-21 01:17

    There's the arp command thats part of TCP/IP (it stands for Address Resolution Protocol), but it only works over LAN.

    I don't think that you can do what you wish over the internet. As you'll just get the MAC for the first node.

提交回复
热议问题