Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the time that the user agent finishes establishing the connection to the server to retrieve the current document.
![]() |
Syntax
HRESULT value = object.get_connectEnd(ULONGLONG* time);
Property values
Type: ULONGLONG
Represents the time that the user agent finishes establishing the connection to the server to retrieve the current document.
Standards information
- Navigation Timing, Section 4.2
Remarks
If a page is retrieved from an application cache, IHTMLPerformanceTiming::connectEnd has the same value as IHTMLPerformanceTiming::fetchStart.
The value reported by IHTMLPerformanceTiming::connectEnd represents the number of milliseconds between the recorded time and midnight January 1, 1970 (UTC).
Windows Internet Explorer 9. This property is supported only for documents displayed in IE9 Standards mode. For more information, see Defining Document Compatibility.
.png)