HttpCorrelationProtocol type

Defines values for HttpCorrelationProtocol.
KnownHttpCorrelationProtocol can be used interchangeably with HttpCorrelationProtocol, this enum contains the known values that the service supports.

Known values supported by the service

None: Do not read and inject correlation headers.
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.
W3C: Inject Trace Context headers. See https://w3c.github.io/trace-context.

type HttpCorrelationProtocol = string