LinkProperties.LinkAddresses 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 LinkAddress
on this link.
public System.Collections.Generic.IList<Android.Net.LinkAddress> LinkAddresses { [Android.Runtime.Register("getLinkAddresses", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getLinkAddresses", "()Ljava/util/List;", "")>]
member this.LinkAddresses : System.Collections.Generic.IList<Android.Net.LinkAddress>
Property Value
An unmodifiable List
of LinkAddress
for this link.
- Attributes
Remarks
Returns all the LinkAddress
on this link. Typically a link will have one IPv4 address and one or more IPv6 addresses.
Java documentation for android.net.LinkProperties.getLinkAddresses()
.
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.