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)
1 reference to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
126
Abort
(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByApplication), ConnectionEndReason.AbortedByApp);