1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
AntiforgeryTests.cs (1)
18Client = Factory.CreateDefaultClient();
11 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (11)
AntiforgeryTests.cs (11)
34var response = await Client.GetAsync("http://localhost/Antiforgery/Login"); 57var getResponse = await Client.GetAsync("http://localhost/Antiforgery/Login"); 79var response = await Client.SendAsync(request); 90var response = await Client.GetAsync("http://localhost/Antiforgery/FlushAsyncLogin"); 109var getResponse = await Client.GetAsync("http://localhost/Antiforgery/FlushAsyncLogin"); 129var response = await Client.SendAsync(request); 140var getResponse = await Client.GetAsync("http://localhost/Antiforgery/Login"); 158var response = await Client.SendAsync(request); 168var response = await Client.GetAsync("http://localhost/Antiforgery/AntiforgeryTokenAndResponseCaching"); 193var response = await Client.SendAsync(request); 206var response = await Client.SendAsync(request);