HttpCorrelationProtocol type
Definiert Werte für HttpCorrelationProtocol.
KnownHttpCorrelationProtocol kann austauschbar mit HttpCorrelationProtocol verwendet werden. Diese Enumeration enthält die bekannten Werte, die der Dienst unterstützt.
Vom Dienst unterstützte bekannte Werte
Keine: Lesen und einfügen Sie keine Korrelationsheader.
Legacy: Fügen Sie Request-Id- und Request-Context-Header mit Anforderungskorrelationsdaten ein. Siehe https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/HttpCorrelationProtocol.md.
W3C: Einfügen von Ablaufverfolgungskontextheadern. Siehe https://w3c.github.io/trace-context.
type HttpCorrelationProtocol = string