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