connectStart property
Gets the time immediately before the user agent starts establishing the connection to the server to retrieve the document.
Syntax
HRESULT value = object.get_connectStart(ULONGLONG* time);
Property values
Type: ULONGLONG
Represents the time immediately before the user agent starts establishing the connection to the server to retrieve the document.
Standards information
- Navigation Timing, Section 4.2
Remarks
If a page is retrieved from an application cache, IHTMLPerformanceTiming::connectStart has the same value as IHTMLPerformanceTiming::fetchStart.
The value reported by the IHTMLPerformanceTiming::connectStart property 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.