NetworkInterface.InetAddresses 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.
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
public Java.Util.IEnumeration? InetAddresses { [Android.Runtime.Register("getInetAddresses", "()Ljava/util/Enumeration;", "")] get; }
[<get: Android.Runtime.Register("getInetAddresses", "()Ljava/util/Enumeration;", "")>]
member this.InetAddresses : Java.Util.IEnumeration
Property Value
an Enumeration object with all or a subset of the InetAddresses bound to this network interface
- Attributes
Remarks
Java documentation for java.net.NetworkInterface.getInetAddresses().
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.