1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureTests.cs (1)
24Client = Factory.CreateClient();
6 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (6)
TestingInfrastructureTests.cs (6)
37var response = await Client.GetStringAsync("Testing/Builder"); 61var response = await Client.SendAsync(request); 84var response = await Client.SendAsync(request); 157var acquireToken = await Client.GetAsync("Testing/AntiforgerySimulator/3"); 160var response = await Client.PostAsync( 175var response = await Client.PutAsync("Testing/Put/3", content: null);