Language

FinishedRequestTimings.DnsEnd Property

Definition

Returns the timestamp when the DNS lookup finished.

public Java.Time.Instant? DnsEnd { [Android.Runtime.Register("getDnsEnd", "()Ljava/time/Instant;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getDnsEnd", "()Ljava/time/Instant;", "", ApiSince=37)>]
member this.DnsEnd : Java.Time.Instant

Property Value

the java.time.Instant when the DNS lookup completed, or null if no lookup was performed.

Attributes

Applies to