Langue

HttpsEndpoint.IpAddresses Property

Definition

Returns the list of IP addresses from the A/AAAA/HTTPS queries.

public virtual System.Collections.Generic.IList<Java.Net.InetAddress> IpAddresses { [Android.Runtime.Register("getIpAddresses", "()Ljava/util/List;", "GetGetIpAddressesHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getIpAddresses", "()Ljava/util/List;", "GetGetIpAddressesHandler", ApiSince=37)>]
member this.IpAddresses : System.Collections.Generic.IList<Java.Net.InetAddress>

Property Value

Attributes

Remarks

Returns the list of IP addresses from the A/AAAA/HTTPS queries.

If the HTTPS query returned first, this list contains the IP hints from the HTTPS record, if present. Otherwise, this list contains the IP addresses returned from the A/AAAA queries and the HTTPS query, only if the HTTPS query returned within the specified timeout.

This list contains only IP addresses of the address families present on the specified Network, and is sorted according to RFC 6724 if the caller has INTERNET permission.

Android reference for android.net.dns.HttpsEndpoint.getIpAddresses.

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.

Applies to