NetworkInterface class

A NetworkInterface represent an active network interface on the current system. It contains a list of InternetAddresss, that's bound to the interface.

A NetworkInterface represent an active network interface on the current system. It contains a list of InternetAddresss, that's bound to the interface.

Constructors

NetworkInterface ( )

Static Methods

list ( {bool includeLoopback: false, bool includeLinkLocal: false, InternetAddressType type: InternetAddressType.ANY} ) → Future<List<NetworkInterface>>
Query the system for NetworkInterfaces.

Instance Properties

name String
read-only
index String
read-only
addresses List<InternetAddress>
read-only