2 references to SendFileAsync
Microsoft.AspNetCore.Http.Extensions.Tests (1)
SendFileResponseExtensionsTests.cs (1)
15
return Assert.ThrowsAsync<FileNotFoundException>(() => response.
SendFileAsync
("foo"));
ResponseCompressionSample (1)
Startup.cs (1)
38
return context.Response.
SendFileAsync
("testfile1kb.txt");