1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ConsumesAttributeTestsBase.cs (1)
25Client = Factory.CreateDefaultClient();
10 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (10)
ConsumesAttributeEndpointRoutingTests.cs (1)
15var response = await Client.GetAsync("http://localhost/Routing/HasEndpointMatch");
ConsumesAttributeTests.cs (1)
15var response = await Client.GetAsync("http://localhost/Routing/HasEndpointMatch");
ConsumesAttributeTestsBase.cs (8)
52var response = await Client.SendAsync(request); 69var response = await Client.SendAsync(request); 86var response = await Client.SendAsync(request); 105var response = await Client.SendAsync(request); 127var response = await Client.SendAsync(request); 151var response = await Client.SendAsync(request); 171var response = await Client.SendAsync(request); 194var response = await Client.SendAsync(request);