GetMAC Method
Returns the MAC address of the network interface at IPAddress .
Syntax
[VB.NET] Public Function GetMAC(ByVal IPAddress As String) As String
[C#] public string GetMAC(string IPAddress);
Remarks
This method returns the unique Media Access Control (MAC) address of the network interface at IPAddress.
NOTE: This functionality is only available in Windows.