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