1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ApiExplorerTest.cs (1)
23Client = Factory.CreateDefaultClient();
65 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (65)
ApiExplorerTest.cs (65)
39var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilityEnabledByConvention"); 52var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilityDisabledByConvention"); 65var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilitySetExplicitly/Disabled"); 78var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilitySetExplicitly/Enabled"); 91var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetByConvention"); 105var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetExplicitly/SetOnController"); 119var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetExplicitly/SetOnAction"); 133var response = await Client.GetAsync("http://localhost/ApiExplorerApiController/ActionWithIdParameter"); 147var response = await Client.GetAsync("http://localhost/ApiExplorerApiController/ActionWithSomeParameters"); 161var response = await Client.GetAsync("http://localhost/ApiExplorerRouteAndPathParametersInformation"); 175var response = await Client.GetAsync("http://localhost/ApiExplorerRouteAndPathParametersInformation/5"); 198var response = await Client.GetAsync(url); 221var response = await Client.GetAsync(url); 243var response = await Client.GetAsync(url); 272var response = await Client.GetAsync(url); 308var response = await Client.GetAsync(url); 343var response = await Client.GetAsync(url); 366var response = await Client.GetAsync( 385var response = await Client.GetAsync("http://localhost/ApiExplorerHttpMethod/All"); 399var response = await Client.GetAsync("http://localhost/ApiExplorerHttpMethod/Get"); 420var response = await Client.SendAsync(request); 443var response = await Client.SendAsync(request); 461var response = await Client.GetAsync( 481var response = await Client.GetAsync( 505var response = await Client.GetAsync( 525var response = await Client.GetAsync( 548var response = await Client.GetAsync( 570var response = await Client.GetAsync( 591var response = await Client.GetAsync( 615var response = await Client.GetAsync( 647var response = await Client.GetAsync( 679var response = await Client.GetAsync( 711var response = await Client.GetAsync( 741var response = await Client.GetAsync( 778var response = await Client.GetAsync( 813var response = await Client.GetAsync( 844var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/Unset"); 870var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/Specific"); 894var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/WildcardMatch"); 923var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/NoMatch"); 948var response = await Client.GetAsync( 967var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleParameters"); 991var response = await Client.GetAsync( 1016var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleModel"); 1040var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleModelFromBody/5"); 1064var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/ComplexModel"); 1108var response = await Client.GetAsync("ApiExplorerParameters/DefaultValueParameters"); 1140var response = await Client.GetAsync("ApiExplorerParameters/IsRequiredParameters"); 1177var body = await Client.GetStringAsync("ApiExplorerReload/Index"); 1186var response = await Client.GetAsync("ApiExplorerReload/Reload"); 1192response = await Client.GetAsync("ApiExplorerReload/Index"); 1198body = await Client.GetStringAsync("ApiExplorerReload/NewIndex"); 1211var body = await Client.GetStringAsync("ApiExplorerInboundOutbound/SuppressedForLinkGeneration"); 1224var body = await Client.GetStringAsync("ApiExplorerApiController/ActionWithFormFileCollectionParameter"); 1240var body = await Client.GetStringAsync("ApiExplorerApiController/ProducesWithUnsupportedContentType"); 1267var response = await Client.GetStringAsync( 1301var response = await Client.GetStringAsync( 1326var response = await Client.PostAsync( 1357var response = await Client.PostAsync( 1392var response = await Client.PostAsync( 1427var response = await Client.PutAsync( 1468var response = await Client.DeleteAsync( 1508var response = await Client.PostAsync( 1538var response = await Client.GetAsync($"http://localhost/ApiExplorerVoid/{path}"); 1559var response = await Client.GetAsync("http://localhost/ApiExplorerHttpMethod/All");