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