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)
149
Abort
(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByApplication), ConnectionEndReason.AbortedByApp);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (7)
Http1\Http1ConnectionTests.cs (7)
704
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
726
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
741
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
786
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
804
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
816
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
830
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);