Język

DnsResolver.HttpsQueryWaitAuto Field

Definition

Indicates that the default wait time should be used for the HTTPS query.

[Android.Runtime.Register("HTTPS_QUERY_WAIT_AUTO", ApiSince=37)]
public const int HttpsQueryWaitAuto = -1;
[<Android.Runtime.Register("HTTPS_QUERY_WAIT_AUTO", ApiSince=37)>]
val mutable HttpsQueryWaitAuto : int

Field Value

Value = -1
Attributes

Remarks

Indicates that the default wait time should be used for the HTTPS query.

This option balances the extra latency of waiting for the HTTPS record with the latency and security benefits of receiving it.

Android reference for android.net.DnsResolver.HTTPS_QUERY_WAIT_AUTO.

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