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