Field XRequestID
The HTTP X-Request-ID header.
Used to uniquely identify a request for tracking and debugging purposes, often generated by the client or server.
public const string XRequestID = "X-Request-ID"
Returns
- string
- The HTTP X-Request-ID header. Used to uniquely identify a request for tracking and debugging purposes, often generated by the client or server.