NetworkInterface抽象 接口

NetworkInterface 表示当前系统上的一个活动网络接口。它包含一个绑定到接口的 InternetAddress 列表。

属性

addresses List<InternetAddress>
当前绑定到此 NetworkInterfaceInternetAddress 列表。
没有设置器
hashCode int
此对象的哈希码。
没有设置器继承
index int
NetworkInterface 的索引。
没有设置器
name String
NetworkInterface 的名称。
没有设置器
runtimeType Type
对象运行时类型的表示。
没有设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
等于运算符。
继承

静态属性

listSupported bool
是否支持 list 方法。
没有设置器

静态方法

列表({布尔值 includeLoopback = false, 布尔值 includeLinkLocal = false, 网络地址类型 type = 网络地址类型.any}) Future<List<网络接口>>
查询系统的 网络接口