HttpsEndpoint.HttpsRecords 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 the list of HttpsRecord from the HTTPS DNS query, sorted by priority.
public virtual System.Collections.Generic.IList<Android.Net.Dns.HttpsRecord> HttpsRecords { [Android.Runtime.Register("getHttpsRecords", "()Ljava/util/List;", "GetGetHttpsRecordsHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getHttpsRecords", "()Ljava/util/List;", "GetGetHttpsRecordsHandler", ApiSince=37)>]
member this.HttpsRecords : System.Collections.Generic.IList<Android.Net.Dns.HttpsRecord>
Property Value
- Attributes
Remarks
Returns the list of HttpsRecord from the HTTPS DNS query, sorted by priority.
This list is empty if the HTTPS DNS query did not return any data, or if the HTTPS query did not return within the specified timeout.
Android reference for android.net.dns.HttpsEndpoint.getHttpsRecords.
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.