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