1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureTests.cs (1)
25Client = Factory.CreateClient();
6 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (6)
TestingInfrastructureTests.cs (6)
38var response = await Client.GetStringAsync("Testing/Builder"); 62var response = await Client.SendAsync(request); 85var response = await Client.SendAsync(request); 159var acquireToken = await Client.GetAsync("Testing/AntiforgerySimulator/3"); 162var response = await Client.PostAsync( 177var response = await Client.PutAsync("Testing/Put/3", content: null);