redirectStart property

If there are HTTP redirects or equivalent when navigating and if all the redirects or equivalent are from the same origin, the IHTMLPerformanceTiming::redirectStart property must return the starting time of the fetch that initiates the redirect. Otherwise, this attribute must return zero.

 

Syntax

HRESULT value = object.get_redirectStart(ULONGLONG* p);

Property values

Type: ULONGLONG

An ULONGLONG value that represents the time of the fetch that initiates the redirect.

Standards information

Remarks

The value reported by the IHTMLPerformanceTiming::redirectStart 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.

See also

IHTMLPerformanceTiming::redirectEnd