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