1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ApiExplorerTest.cs (1)
28Client = Factory.CreateDefaultClient();
65 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (65)
ApiExplorerTest.cs (65)
44var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilityEnabledByConvention"); 57var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilityDisabledByConvention"); 70var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilitySetExplicitly/Disabled"); 83var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilitySetExplicitly/Enabled"); 96var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetByConvention"); 110var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetExplicitly/SetOnController"); 124var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetExplicitly/SetOnAction"); 138var response = await Client.GetAsync("http://localhost/ApiExplorerApiController/ActionWithIdParameter"); 152var response = await Client.GetAsync("http://localhost/ApiExplorerApiController/ActionWithSomeParameters"); 166var response = await Client.GetAsync("http://localhost/ApiExplorerRouteAndPathParametersInformation"); 180var response = await Client.GetAsync("http://localhost/ApiExplorerRouteAndPathParametersInformation/5"); 203var response = await Client.GetAsync(url); 226var response = await Client.GetAsync(url); 248var response = await Client.GetAsync(url); 277var response = await Client.GetAsync(url); 313var response = await Client.GetAsync(url); 348var response = await Client.GetAsync(url); 371var response = await Client.GetAsync( 390var response = await Client.GetAsync("http://localhost/ApiExplorerHttpMethod/All"); 404var response = await Client.GetAsync("http://localhost/ApiExplorerHttpMethod/Get"); 425var response = await Client.SendAsync(request); 448var response = await Client.SendAsync(request); 466var response = await Client.GetAsync( 486var response = await Client.GetAsync( 510var response = await Client.GetAsync( 530var response = await Client.GetAsync( 553var response = await Client.GetAsync( 575var response = await Client.GetAsync( 596var response = await Client.GetAsync( 620var response = await Client.GetAsync( 652var response = await Client.GetAsync( 684var response = await Client.GetAsync( 716var response = await Client.GetAsync( 746var response = await Client.GetAsync( 783var response = await Client.GetAsync( 818var response = await Client.GetAsync( 849var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/Unset"); 875var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/Specific"); 899var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/WildcardMatch"); 928var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/NoMatch"); 953var response = await Client.GetAsync( 972var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleParameters"); 996var response = await Client.GetAsync( 1021var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleModel"); 1045var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleModelFromBody/5"); 1069var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/ComplexModel"); 1113var response = await Client.GetAsync("ApiExplorerParameters/DefaultValueParameters"); 1145var response = await Client.GetAsync("ApiExplorerParameters/IsRequiredParameters"); 1182var body = await Client.GetStringAsync("ApiExplorerReload/Index"); 1191var response = await Client.GetAsync("ApiExplorerReload/Reload"); 1197response = await Client.GetAsync("ApiExplorerReload/Index"); 1203body = await Client.GetStringAsync("ApiExplorerReload/NewIndex"); 1216var body = await Client.GetStringAsync("ApiExplorerInboundOutbound/SuppressedForLinkGeneration"); 1229var body = await Client.GetStringAsync("ApiExplorerApiController/ActionWithFormFileCollectionParameter"); 1245var body = await Client.GetStringAsync("ApiExplorerApiController/ProducesWithUnsupportedContentType"); 1272var response = await Client.GetStringAsync( 1306var response = await Client.GetStringAsync( 1331var response = await Client.PostAsync( 1362var response = await Client.PostAsync( 1397var response = await Client.PostAsync( 1432var response = await Client.PutAsync( 1473var response = await Client.DeleteAsync( 1513var response = await Client.PostAsync( 1543var response = await Client.GetAsync($"http://localhost/ApiExplorerVoid/{path}"); 1564var response = await Client.GetAsync("http://localhost/ApiExplorerHttpMethod/All");