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