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