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