Langue

FinishedRequestTimings.RequestStart Property

Definition

Returns the timestamp when the request started.

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

Property Value

the java.time.Instant when the request began, or null if the request failed before starting.

Attributes

Applies to