FinishedRequestTimings.DnsEnd 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 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