3 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (3)
236
_frameWriter.
Abort
(useException ? new ConnectionAbortedException(CoreStrings.ConnectionAbortedByClient) : null!);
259
_frameWriter.
Abort
(ex);
491
_frameWriter.
Abort
(connectionError);