1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ApplicationModelTest.cs (1)
18Client = Factory.CreateDefaultClient();
14 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (14)
ApplicationModelTest.cs (14)
34var response = await Client.GetAsync("http://localhost/CoolController/GetControllerName"); 47var response = await Client.GetAsync("http://localhost/ActionModel/ActionName"); 60var response = await Client.GetAsync("http://localhost/ParameterModel/GetParameterMetadata"); 73var response = await Client.GetAsync("http://localhost/Home/GetCommonDescription"); 86var response = await Client.GetAsync("http://localhost/ApplicationModel/GetControllerDescription"); 99var response = await Client.GetAsync("http://localhost/ApplicationModel/GetActionSpecificDescription"); 112var response = await Client.GetAsync("http://localhost/License/GetLicense"); 130var response = await Client.SendAsync(request); 143var response = await Client.GetAsync("Home/CannotBeRouted"); 153var response = await Client.GetStringAsync("Home/CanBeRouted"); 164() => Client.GetStringAsync("Home/RouteToSuppressLinkGeneration")); 172var response = await Client.GetAsync("Home/RouteToSuppressPathMatching"); 185var response = await Client.GetAsync(areaName + "/MultipleAreas/Index"); 199var response = await Client.GetAsync("ActionModel/" + actionName);