1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ConsumesAttributeTestsBase.cs (1)
19Client = factory.CreateDefaultClient();
10 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (10)
ConsumesAttributeEndpointRoutingTests.cs (1)
20var response = await Client.GetAsync("http://localhost/Routing/HasEndpointMatch");
ConsumesAttributeTests.cs (1)
20var response = await Client.GetAsync("http://localhost/Routing/HasEndpointMatch");
ConsumesAttributeTestsBase.cs (8)
39var response = await Client.SendAsync(request); 56var response = await Client.SendAsync(request); 73var response = await Client.SendAsync(request); 92var response = await Client.SendAsync(request); 114var response = await Client.SendAsync(request); 138var response = await Client.SendAsync(request); 158var response = await Client.SendAsync(request); 181var response = await Client.SendAsync(request);