IHttpRequestIdentifierFeature Interface

Feature to identify a request.

Namespace
Microsoft.AspNetCore.Http.Features
Assemblies
  • Microsoft.AspNetCore.Http.Features

Syntax

public interface IHttpRequestIdentifierFeature
interface Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature

Properties

Microsoft.AspNetCore.Http.Features.IHttpRequestIdentifierFeature.TraceIdentifier

Identifier to trace a request.

Return type:System.String
string TraceIdentifier { get; set; }