1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
AntiforgeryAuthTests.cs (1)
14Client = fixture.CreateDefaultClient();
4 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (4)
AntiforgeryAuthTests.cs (4)
23var response = await Client.PostAsync("http://localhost/Home/AutoAntiforgery", null); 34var response = await Client.GetAsync("http://localhost/Home/Antiforgery"); 46var response = await Client.PostAsync("http://localhost/Antiforgery/Index", content: null); 56var response = await Client.PostAsync("http://localhost/IgnoreAntiforgery/Index", content: null);