HttpCorrelationProtocol type
定義 HttpCorrelationProtocol 的值。
KnownHttpCorrelationProtocol 可以與 HttpCorrelationProtocol 交換使用,此列舉包含服務支援的已知值。
服務支援的已知值
無:請勿讀取並插入相互關聯標頭。
舊版:使用要求相互關聯資料插入Request-Id和Request-Context標頭。 請參閱 https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/HttpCorrelationProtocol.md。
W3C:插入追蹤內容標頭。 請參閱 https://w3c.github.io/trace-context。
type HttpCorrelationProtocol = string