Base:
property
HttpContext
Microsoft.AspNetCore.Http.EndpointFilterInvocationContext.HttpContext
1 write to HttpContext
Microsoft.AspNetCore.Http.Abstractions (1)
DefaultEndpointFilterInvocationContext.cs (1)
19
HttpContext
= httpContext;
2 references to HttpContext
Microsoft.AspNetCore.Http.Abstractions (2)
DefaultEndpointFilterInvocationContext.cs (2)
7
/// Provides a default implementation for wrapping the <see cref="
HttpContext
"/> and parameters
15
/// <param name="httpContext">The <see cref="
HttpContext
"/> associated with the current request.</param>