KnownHttpCorrelationProtocol enum
Known values of HttpCorrelationProtocol that the service accepts.
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. |