Provides a request-wide method for modules to raise events into the IIS 7 tracing infrastructure.
The following table lists the methods exposed by the IHttpTraceContext class.
This interface contains no subclasses.
To implement tracing, a module will generally call the IHttpContext::GetTraceContext method to get the IHttpTraceContext interface, and then call the RaiseTraceEvent method.
For more information about how to create and deploy a native DLL module, see Walkthrough: Creating a Request-Level HTTP Module By Using Native Code [IIS 7].
Type | Description |
|---|
Client | Requires IIS 7 on Windows Vista. |
Server | Requires IIS 7 on Windows Vista. |
Product | IIS 7 |
Header | Httpserv.h |
Other Resources