Invokes middleware request processing. Called by the ASP.NET request pipeline.

public async Task Invoke(HttpContext context, IFileService fileService)
Returns:
Task

Parameters

context HttpContext
fileService IFileService
In this article