Table of Contents

Field XRequestID

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

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.