| 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 |
Represents the reprocessing of an HTTP request and enables additional support for diagnostic operations.
class IHttpContext4 : public IHttpContext3
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. |
This interface contains no derived classes.
IHttpContext4
| Type | Description |
|---|---|
| Product | IIS 10.0 |
| Header | Httpserv.h |