1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
FileResultTests.cs (1)
21Client = Factory.CreateDefaultClient();
39 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (39)
FileResultTests.cs (39)
39var response = await Client.GetAsync("http://localhost/DownloadFiles/DownloadFromDisk"); 63var response = await Client.SendAsync(httpRequestMessage); 85var response = await Client.SendAsync(httpRequestMessage); 105var response = await Client.SendAsync(httpRequestMessage); 127var response = await Client.SendAsync(httpRequestMessage); 149var response = await Client.SendAsync(httpRequestMessage); 169var response = await Client.SendAsync(httpRequestMessage); 186var response = await Client.GetAsync("http://localhost/DownloadFiles/DownloadFromDiskWithFileName"); 213var response = await Client.SendAsync(httpRequestMessage); 232var response = await Client.SendAsync(httpRequestMessage); 252var response = await Client.SendAsync(httpRequestMessage); 284var response = await Client.SendAsync(httpRequestMessage); 309var response = await Client.GetAsync("http://localhost/DownloadFiles/DownloadFromDiskSymlink"); 326var response = await Client.GetAsync("http://localhost/DownloadFiles/DownloadFromStream"); 350var response = await Client.SendAsync(httpRequestMessage); 372var response = await Client.SendAsync(httpRequestMessage); 392var response = await Client.SendAsync(httpRequestMessage); 407var response = await Client.GetAsync("http://localhost/DownloadFiles/DownloadFromStreamWithFileName"); 434var response = await Client.SendAsync(httpRequestMessage); 453var response = await Client.SendAsync(httpRequestMessage); 473var response = await Client.SendAsync(httpRequestMessage); 503var response = await Client.SendAsync(httpRequestMessage); 527var response = await Client.GetAsync("http://localhost/DownloadFiles/DownloadFromBinaryData"); 551var response = await Client.SendAsync(httpRequestMessage); 573var response = await Client.SendAsync(httpRequestMessage); 593var response = await Client.SendAsync(httpRequestMessage); 611var response = await Client.GetAsync("http://localhost/DownloadFiles/DownloadFromBinaryDataWithFileName"); 638var response = await Client.SendAsync(httpRequestMessage); 657var response = await Client.SendAsync(httpRequestMessage); 677var response = await Client.SendAsync(httpRequestMessage); 709var response = await Client.SendAsync(httpRequestMessage); 736var response = await Client.GetAsync("http://localhost/EmbeddedFiles/DownloadFileWithFileName"); 764var response = await Client.SendAsync(httpRequestMessage); 788var response = await Client.SendAsync(httpRequestMessage); 807var response = await Client.SendAsync(httpRequestMessage); 830var response = await Client.SendAsync(httpRequestMessage); 854var response = await Client.SendAsync(httpRequestMessage); 877var response = await Client.SendAsync(httpRequestMessage); 913var response = await Client.SendAsync(httpRequestMessage);