FinishedRequestTimings.SendingStart 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 sending the request started.
public Java.Time.Instant? SendingStart { [Android.Runtime.Register("getSendingStart", "()Ljava/time/Instant;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getSendingStart", "()Ljava/time/Instant;", "", ApiSince=37)>]
member this.SendingStart : Java.Time.Instant
Property Value
java.time.Instant representing the beginning of sending HTTP request headers.
- Attributes