Implemented interface members:
method
Abort
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.IRequestProcessor.Abort(Microsoft.AspNetCore.Connections.ConnectionAbortedException, Microsoft.AspNetCore.Server.Kestrel.Core.ConnectionEndReason)
method
Abort
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.IHttpOutputAborter.Abort(Microsoft.AspNetCore.Connections.ConnectionAbortedException, Microsoft.AspNetCore.Server.Kestrel.Core.ConnectionEndReason)
8 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
126
Abort
(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByApplication), ConnectionEndReason.AbortedByApp);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (7)
Http1\Http1ConnectionTests.cs (7)
686
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
708
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
723
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
768
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
786
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
798
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
812
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);