Implemented interface member:
method
FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.IHttpOutputProducer.FlushAsync(System.Threading.CancellationToken)
6 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
131result = FlushAsync(); 316return FlushAsync(cancellationToken); 538return FlushAsync(cancellationToken);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (3)
Http1\Http1OutputProducerTests.cs (3)
72var successResult = await socketOutput.FlushAsync(); 79var completedResult = await socketOutput.FlushAsync(); 100var successResult = await socketOutput.FlushAsync();