Language

FinishedRequestTimings.TlsHandshakeStart Property

Definition

Returns the timestamp when TLS handshake started.

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

Property Value

java.time.Instant representing when the TLS handshake has started. This will be later than getConnectStart. In cases where the TLS handshake is started immediately (e.g. QUIC), this may be equal to getConnectStart.

Attributes

Applies to