Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.67 KB

File metadata and controls

45 lines (33 loc) · 1.67 KB
title IHttpContext4 Interface
description Describes the IHttpContext4 interface and details its syntax, methods, derived classes, inheritance hierarchy, and requirements.
ms.date 10/07/2016
ms.assetid fbb3e3e5-8063-41ab-a5e5-e00d63955682
ms.author robmcm

IHttpContext4 Interface

Represents the reprocessing of an HTTP request and enables additional support for diagnostic operations.

Syntax

class IHttpContext4 : public IHttpContext3  

Methods

The following table lists the methods exposed by the IHttpContext4 class

Name Description
GetRequestElapsedTime Retrieves the elapsed time of the request in milliseconds.
GetRequestStartTime Retrieves the start time of the request in milliseconds.

Derived Classes

This interface contains no derived classes.

Inheritance Hierarchy

IHttpContext

IHttpContext2

IHttpContext3

IHttpContext4

Requirements

Type Description
Product IIS 10.0
Header Httpserv.h

See Also

Web Server Core Interfaces