Share via


HttpPropertyKeys.RequestCorrelationKey Field

Provides a key for the Guid stored in Properties. This is the correlation ID for that request.

Namespace:  System.Web.Http.Hosting
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Shared ReadOnly RequestCorrelationKey As String
'Usage
Dim value As String 

value = HttpPropertyKeys.RequestCorrelationKey
public static readonly string RequestCorrelationKey
public:
static initonly String^ RequestCorrelationKey
static val RequestCorrelationKey: string
public static final var RequestCorrelationKey : String

See Also

Reference

HttpPropertyKeys Class

System.Web.Http.Hosting Namespace