3 implementations of CancelPendingFlush
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (1)
289public void CancelPendingFlush()
Internal\Http2\Http2OutputProducer.cs (1)
511public void CancelPendingFlush()
Internal\Http3\Http3OutputProducer.cs (1)
139public void CancelPendingFlush()
1 reference to CancelPendingFlush
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
1517Output.CancelPendingFlush();