1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
AntiforgeryAuthTests.cs (1)
19Client = Factory.CreateDefaultClient();
4 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (4)
AntiforgeryAuthTests.cs (4)
35var response = await Client.PostAsync("http://localhost/Home/AutoAntiforgery", null); 46var response = await Client.GetAsync("http://localhost/Home/Antiforgery"); 58var response = await Client.PostAsync("http://localhost/Antiforgery/Index", content: null); 68var response = await Client.PostAsync("http://localhost/IgnoreAntiforgery/Index", content: null);