HttpCorrelationProtocol Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for HttpCorrelationProtocol.
public static class HttpCorrelationProtocol
type HttpCorrelationProtocol = class
Public Class HttpCorrelationProtocol
- Inheritance
-
HttpCorrelationProtocol
Fields
Legacy |
Inject Request-Id and Request-Context headers with request correlation data. See https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/HttpCorrelationProtocol.md. |
None |
Do not read and inject correlation headers. |
W3C |
Inject Trace Context headers. See https://w3c.github.io/trace-context. |