8 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.FeatureCollection.cs (2)
287
await
FlushAsync
();
311
await
FlushAsync
();
Internal\Http3\Http3Stream.cs (1)
1255
await
FlushAsync
(token);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Http1\Http1ConnectionTests.cs (2)
638
await Assert.ThrowsAsync<InvalidOperationException>(() => _http1Connection.
FlushAsync
());
652
await Assert.ThrowsAsync<InvalidOperationException>(() => _http1Connection.
FlushAsync
());
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
Http1LargeWritingBenchmark.cs (1)
41
_http1Connection.
FlushAsync
().GetAwaiter().GetResult();
Http1ReadingBenchmark.cs (1)
60
_http1Connection.
FlushAsync
().GetAwaiter().GetResult();
Http1WritingBenchmark.cs (1)
67
_http1Connection.
FlushAsync
().GetAwaiter().GetResult();