Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownHttpCorrelationProtocol

Package version

Known values of HttpCorrelationProtocol that the service accepts.

Index

Enumeration members

Enumeration members

Legacy

Legacy: = "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

None: = "None"

Do not read and inject correlation headers.

W3C

W3C: = "W3C"

Inject Trace Context headers. See https://w3c.github.io/trace-context.

Generated using TypeDoc