2 references to SendFileAsyncCore
Microsoft.AspNetCore.Http.Extensions (2)
SendFileResponseExtensions.cs (2)
64return SendFileAsyncCore(response, fileName, 0, null, cancellationToken); 82return SendFileAsyncCore(response, fileName, offset, count, cancellationToken);