Get all network interfaces. Use them to get MAC addresses or IP
addresses, or the MAC address that is used for connecting to a
specific IP address.

C# |
public static NetworkInterface[] NetworkInterfaces { get; }