NetworkInterface.NetworkInterfaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.