1 write to Client
AuthSamples.FunctionalTests (1)
CookiesTests.cs (1)
16
=>
Client
= fixture.CreateClient();
7 references to Client
AuthSamples.FunctionalTests (7)
CookiesTests.cs (7)
24
var response = await
Client
.GetAsync("/");
35
var response = await
Client
.GetAsync("/Home/MyClaims");
58
var response = await
Client
.GetAsync("/Account/Logout");
62
response = await
Client
.GetAsync("/Home/MyClaims");
72
var response = await
Client
.GetAsync("/Home/MyClaims");
81
var goToSignIn = await
Client
.GetAsync("/account/login");
85
await
Client
.SendAsync(form, new Dictionary<string, string>()