HttpCorrelationProtocol type
Definiert Werte für HttpCorrelationProtocol.
KnownHttpCorrelationProtocol austauschbar mit HttpCorrelationProtocol verwendet werden kann, enthält diese Enumeration die bekannten Werte, die der Dienst unterstützt.
Bekannte Werte, die vom Dienst unterstützt werden
Keine: Keine Korrelationsheader lesen und einfügen.
Legacy-: Einfügen von Request-Id und Request-Context Headern mit Anforderungskorrelationsdaten. Siehe https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/HttpCorrelationProtocol.md.
W3C-: Header "Ablaufverfolgungskontext einfügen". Siehe https://w3c.github.io/trace-context.
type HttpCorrelationProtocol = string