2 references to SendFileAsyncCore
Microsoft.AspNetCore.Http.Extensions (2)
SendFileResponseExtensions.cs (2)
30return SendFileAsyncCore(response, file, 0, null, cancellationToken); 48return SendFileAsyncCore(response, file, offset, count, cancellationToken);