| title | IHttpContext4::GetRequestStartTime Method |
|---|---|
| description | Learn how the IHttpContext4::GetRequestStartTime method retrieves the start time of the request in milliseconds. |
| ms.date | 10/07/2016 |
| ms.assetid | e7af95c6-d1f5-4c0e-9a08-14374586a7c7 |
| ms.author | robmcm |
Retrieves the start time of the request in milliseconds.
virtual ULONGLONG GetRequestStartTime(
VOID
) = 0;
This method accepts no parameters.
A ULONGLONG which contains the start time of the request as specified by GetTickCount64(), which is the offset in milliseconds since the system was started.
| Type | Description |
|---|---|
| Product | IIS 10.0 |
| Header | Httpserv.h |