Implemented interface member:
method
FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.IHttpOutputProducer.FlushAsync(System.Threading.CancellationToken)
3 references to FlushAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
131result = FlushAsync(); 316return FlushAsync(cancellationToken); 534return FlushAsync(cancellationToken);