NetworkInterface.NetworkInterfaces Property

Definition

Returns all the interfaces on this machine.

public static Java.Util.IEnumeration? NetworkInterfaces { [Android.Runtime.Register("getNetworkInterfaces", "()Ljava/util/Enumeration;", "")] get; }
[<get: Android.Runtime.Register("getNetworkInterfaces", "()Ljava/util/Enumeration;", "")>]
member this.NetworkInterfaces : Java.Util.IEnumeration

Property Value

IEnumeration

an Enumeration of NetworkInterfaces found on this machine that <a href="#access-restrictions">are accessible</a>.

Attributes

Exceptions

if an error occurs while getting the network interface information.

Remarks

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

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