NetworkInterface.InterfaceAddresses Property

Definition

Get a List of all or a subset of the InterfaceAddresses of this network interface.

public System.Collections.Generic.IList<Java.Net.InterfaceAddress>? InterfaceAddresses { [Android.Runtime.Register("getInterfaceAddresses", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getInterfaceAddresses", "()Ljava/util/List;", "")>]
member this.InterfaceAddresses : System.Collections.Generic.IList<Java.Net.InterfaceAddress>

Property Value

IList<InterfaceAddress>

a List object with all or a subset of the InterfaceAddresss of this network interface

Attributes

Remarks

Java documentation for java.net.NetworkInterface.getInterfaceAddresses().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to