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