1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
AuthMiddlewareAndFilterTestBase.cs (1)
21Client = Factory.CreateDefaultClient();
29 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (29)
AuthMiddlewareAndFilterTestBase.cs (29)
39var response = await Client.GetAsync("AuthorizedActions/ActionWithoutAllowAnonymous"); 49var response = await Client.GetAsync(action); 59response = await Client.SendAsync(request); 67var response = await Client.GetAsync(action); 77response = await Client.SendAsync(request); 84response = await Client.SendAsync(request); 92var response = await Client.GetAsync("AllowAnonymousPageViaConvention"); 102var response = await Client.GetAsync("AllowAnonymousPageViaModel"); 112var response = await Client.GetAsync("PagesHome"); 123response = await Client.SendAsync(request); 131var response = await Client.SendAsync(request); 138response = await Client.SendAsync(request); 146var response = await Client.SendAsync(request); 150response = await Client.SendAsync(request); 157response = await Client.SendAsync(request); 165var response = await Client.SendAsync(request); 172response = await Client.SendAsync(request); 180var response = await Client.SendAsync(request); 184response = await Client.SendAsync(request); 191response = await Client.SendAsync(request); 199var response = await Client.SendAsync(request); 206response = await Client.SendAsync(request); 211response = await Client.SendAsync(request); 219response = await Client.SendAsync(request); 243var response = await Client.GetAsync(url); 254response = await Client.SendAsync(request); 261response = await Client.SendAsync(request); 279var response = await Client.PostAsync($"Login/{action}", null); 288var response = await Client.GetAsync("/Login/LoginBearerClaimA");