11 references to FlushAsync
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPageBase.cs (2)
680
/// <see cref="
FlushAsync
"/> is called. For example, call <see cref="SetAntiforgeryCookieAndHeader"/> to send
710
/// before <see cref="RazorPageBase.
FlushAsync
"/> flushes the headers. </remarks>
Microsoft.AspNetCore.Mvc.Razor.Test (9)
RazorPageTest.cs (5)
126
await v.
FlushAsync
();
870
await p.
FlushAsync
();
892
await p.
FlushAsync
();
911
await p.
FlushAsync
();
933
actual = await p.
FlushAsync
();
RazorViewTest.cs (4)
1383
await v.
FlushAsync
();
1438
await v.
FlushAsync
();
1485
v.
FlushAsync
().Wait();
1517
await v.
FlushAsync
();