Share via


HttpLoggingInterceptorContext.HttpContext Property

Definition

The request context.

public Microsoft.AspNetCore.Http.HttpContext HttpContext { get; set; }
member this.HttpContext : Microsoft.AspNetCore.Http.HttpContext with get, set
Public Property HttpContext As HttpContext

Property Value

Remarks

This property should not be set by user code except for testing purposes.

Applies to