Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.05 KB

File metadata and controls

38 lines (29 loc) · 1.05 KB
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

IHttpContext4::GetRequestStartTime Method

Retrieves the start time of the request in milliseconds.

Syntax

virtual ULONGLONG GetRequestStartTime(  
   VOID  
) = 0;  
  

Parameters

This method accepts no parameters.

Return Value

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.

Requirements

Type Description
Product IIS 10.0
Header Httpserv.h

See Also

IHttpContext4 Interface
GetTickCount64 Method