8 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.FeatureCollection.cs (2)
287await FlushAsync(); 311await FlushAsync();
Internal\Http3\Http3Stream.cs (1)
1255await FlushAsync(token);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Http1\Http1ConnectionTests.cs (2)
638await Assert.ThrowsAsync<InvalidOperationException>(() => _http1Connection.FlushAsync()); 652await 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();