HttpWorkerRequest.RequestTraceIdentifier Property

Definition

Gets the corresponding Event Tracking for Windows trace ID for the current request.

C#
public virtual Guid RequestTraceIdentifier { get; }

Property Value

A trace ID for the current ASP.NET request.

Remarks

ASP.NET requests execute with the same trace ID as the corresponding IIS request. This facilitates tracking a request throughout its lifetime, starting with the HTTP.SYS kernel-mode HTTP listener, through the IIS service, and into the ASP.NET system. The IDs provided by IIS differ based on the platform and service pack level.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also