Instance Property
secureConnectionStartDate
The time immediately before the task started the TLS security handshake to secure the current connection.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 3.0+
Declaration
var secureConnectionStartDate: Date? { get }
Discussion
This value is nil
if an encrypted connection isn’t used, if a persistent connection is used, or if the resource is retrieved from local resources.
See Also
Accessing Temporal Metrics
var requestStartDate: Date?
The time immediately before the task started requesting the resource, regardless of whether it is retrieved from the server or local resources.
var requestEndDate: Date?
The time immediately after the task finished requesting the resource, regardless of whether it was retrieved from the server or local resources.
var responseStartDate: Date?
The time immediately after the task received the first byte of the response from the server or from local resources.