Java.Net.NetworkInterface.SubInterfaces Property
Returns an enumeration of all the sub-interfaces of this network interface.

Syntax

[get: Android.Runtime.Register("getSubInterfaces", "()Ljava/util/Enumeration;", "GetGetSubInterfacesHandler")]
public Java.Util.IEnumeration SubInterfaces { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an enumeration of all the sub-interfaces of this network interface. Sub-interfaces are also known as virtual interfaces.

For example, eth0:1 would be a sub-interface of eth0.

[Android Documentation]

Requirements

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