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)
678
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
700
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
715
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
760
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
778
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
790
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);
804
_http1Connection.
Abort
(new ConnectionAbortedException(), ConnectionEndReason.AbortedByApp);