Langue

DnsResolver.HttpsQueryWaitNone Field

Definition

Indicates that no additional wait should be used for the HTTPS query.

[Android.Runtime.Register("HTTPS_QUERY_WAIT_NONE", ApiSince=37)]
public const int HttpsQueryWaitNone = 0;
[<Android.Runtime.Register("HTTPS_QUERY_WAIT_NONE", ApiSince=37)>]
val mutable HttpsQueryWaitNone : int

Field Value

Value = 0
Attributes

Remarks

Indicates that no additional wait should be used for the HTTPS query.

This option means the callback will be called immediately as soon as the IP address queries have received a response, regardless of whether the HTTPS query has received a response or not.

This option is not recommended for security or latency because it may result in HTTPS records not being returned even if they exist.

Android reference for android.net.DnsResolver.HTTPS_QUERY_WAIT_NONE.

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