Walter.Net.Networking
TryGetMacFromIp Method
Walter.Net.Networking Assembly > Walter.Net.Networking Namespace > LocalNetwork Class : TryGetMacFromIp Method
The LAN based IP.
The mac address.
Tries the get mac from IP that is on the LAN.
Syntax
public static bool TryGetMacFromIp( 
   ref IPAddress address,
   out string? macAddress
)

Parameters

address
The LAN based IP.
macAddress
The mac address.

Return Value

true if XXXX, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalNetwork Class
LocalNetwork Members