Java.Net.NetworkInterface.NetworkInterfaces Property
Gets a list of all network interfaces available on the local system or null if no interface is available.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.SocketExceptionif an error occurs while getting the network interface information.

Remarks

Gets a list of all network interfaces available on the local system or null if no interface is available.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1