1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
FlushPointTest.cs (1)
17Client = Factory.CreateDefaultClient();
6 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (6)
FlushPointTest.cs (6)
42var body = await Client.GetStringAsync("http://localhost/FlushPoint/PageWithLayout"); 55var document = await Client.GetHtmlDocumentAsync("http://localhost/FlushPoint/FlushFollowedByLargeContent"); 68var document = await Client.GetHtmlDocumentAsync("http://localhost/FlushPoint/FlushInvokedInComponent"); 89var body = await Client.GetStringAsync("http://localhost/FlushPoint/PageWithoutLayout"); 115var body = await Client.GetStringAsync("http://localhost/FlushPoint/" + action); 134var body = await Client.GetStringAsync("http://localhost/FlushPoint/PageWithNestedLayout");