1 write to Client
AuthSamples.FunctionalTests (1)
PathSchemeSelectionTests.cs (1)
17Client = fixture.CreateClient();
9 references to Client
AuthSamples.FunctionalTests (9)
PathSchemeSelectionTests.cs (9)
26var response = await Client.GetAsync("/"); 37var response = await Client.GetAsync("/api"); 48var response = await Client.GetAsync("/Home/MyClaims"); 60var response = await Client.GetAsync("/api/Home/MyClaims"); 84var response = await Client.GetAsync("/Account/Logout"); 88response = await Client.GetAsync("/Home/MyClaims"); 98var response = await Client.GetAsync("/Home/MyClaims"); 107var goToSignIn = await Client.GetAsync("/account/login"); 111await Client.SendAsync(form, new Dictionary<string, string>()