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