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)
131
result =
FlushAsync
();
316
return
FlushAsync
(cancellationToken);
534
return
FlushAsync
(cancellationToken);