1 write to RelativeFilePath
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ResponseSendFileTests.cs (1)
31
RelativeFilePath
= Path.GetFileName(AbsoluteFilePath);
1 reference to RelativeFilePath
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ResponseSendFileTests.cs (1)
87
return sendFile.SendFileAsync(
RelativeFilePath
, 0, null, CancellationToken.None);