TraceContextHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility methods for W3C trace context propagation via HTTP headers.
public static class TraceContextHelper
type TraceContextHelper = class
Public Class TraceContextHelper
- Inheritance
-
TraceContextHelper
Methods
| Name | Description |
|---|---|
| ExtractContextFromHeaders(IDictionary<String,String>) |
Extracts an ActivityContext from W3C trace HTTP headers. |
| GetTraceparent(IDictionary<String,String>) |
Returns the W3C |