4 references to SendFileAsync
Microsoft.AspNetCore.Http.Extensions (1)
SendFileResponseExtensions.cs (1)
108await response.SendFileAsync(file.PhysicalPath, offset, count, cancellationToken);
Microsoft.AspNetCore.Http.Results (1)
PhysicalFileHttpResult.cs (1)
156return response.SendFileAsync(
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\PhysicalFileResultExecutor.cs (2)
91return response.SendFileAsync(result.FileName, 96return response.SendFileAsync(result.FileName,