1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
AntiforgeryTests.cs (1)
13Client = fixture.CreateDefaultClient();
11 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (11)
AntiforgeryTests.cs (11)
22var response = await Client.GetAsync("http://localhost/Antiforgery/Login"); 45var getResponse = await Client.GetAsync("http://localhost/Antiforgery/Login"); 67var response = await Client.SendAsync(request); 78var response = await Client.GetAsync("http://localhost/Antiforgery/FlushAsyncLogin"); 97var getResponse = await Client.GetAsync("http://localhost/Antiforgery/FlushAsyncLogin"); 117var response = await Client.SendAsync(request); 128var getResponse = await Client.GetAsync("http://localhost/Antiforgery/Login"); 146var response = await Client.SendAsync(request); 156var response = await Client.GetAsync("http://localhost/Antiforgery/AntiforgeryTokenAndResponseCaching"); 181var response = await Client.SendAsync(request); 194var response = await Client.SendAsync(request);