1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
AuthMiddlewareAndFilterTestBase.cs (1)
16Client = factory.CreateDefaultClient();
29 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (29)
AuthMiddlewareAndFilterTestBase.cs (29)
27var response = await Client.GetAsync("AuthorizedActions/ActionWithoutAllowAnonymous"); 37var response = await Client.GetAsync(action); 47response = await Client.SendAsync(request); 55var response = await Client.GetAsync(action); 65response = await Client.SendAsync(request); 72response = await Client.SendAsync(request); 80var response = await Client.GetAsync("AllowAnonymousPageViaConvention"); 90var response = await Client.GetAsync("AllowAnonymousPageViaModel"); 100var response = await Client.GetAsync("PagesHome"); 111response = await Client.SendAsync(request); 119var response = await Client.SendAsync(request); 126response = await Client.SendAsync(request); 134var response = await Client.SendAsync(request); 138response = await Client.SendAsync(request); 145response = await Client.SendAsync(request); 153var response = await Client.SendAsync(request); 160response = await Client.SendAsync(request); 168var response = await Client.SendAsync(request); 172response = await Client.SendAsync(request); 179response = await Client.SendAsync(request); 187var response = await Client.SendAsync(request); 194response = await Client.SendAsync(request); 199response = await Client.SendAsync(request); 207response = await Client.SendAsync(request); 231var response = await Client.GetAsync(url); 242response = await Client.SendAsync(request); 249response = await Client.SendAsync(request); 267var response = await Client.PostAsync($"Login/{action}", null); 276var response = await Client.GetAsync("/Login/LoginBearerClaimA");