3 implementations of Abort
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1Connection.cs (1)
117public void Abort(ConnectionAbortedException abortReason, ConnectionEndReason reason)
Internal\Http2\Http2OutputProducer.cs (1)
251void IHttpOutputAborter.Abort(ConnectionAbortedException abortReason, ConnectionEndReason reason)
Internal\Http3\Http3OutputProducer.cs (1)
110void IHttpOutputAborter.Abort(ConnectionAbortedException abortReason, ConnectionEndReason reason)
1 reference to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\PipeWriterHelpers\TimingPipeFlusher.cs (1)
95outputAborter.Abort(new ConnectionAbortedException(CoreStrings.ConnectionOrStreamAbortedByCancellationToken, ex), ConnectionEndReason.WriteCanceled);