PlatformHeaders.RequestId Field

Definition

The x-request-id header — carries the request correlation ID. On responses, the server always sets this header (OTEL trace ID → incoming header → GUID). On requests, clients may set it to provide their own correlation ID.

public const string RequestId;
val mutable RequestId : string
Public Const RequestId As String 

Field Value

Applies to