2 references to HttpContext
Microsoft.AspNetCore.Http.Abstractions (2)
ProblemDetails\IProblemDetailsService.cs (1)
42
return context.
HttpContext
.Response.HasStarted;
ProblemDetails\ProblemDetailsContext.cs (1)
16
/// The <see cref="
HttpContext
"/> associated with the current request being processed by the filter.