2 references to Abort
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\HttpConnection.cs (2)
291
Abort
(new ConnectionAbortedException(CoreStrings.ConnectionTimedBecauseResponseMininumDataRateNotSatisfied), ConnectionEndReason.MinResponseDataRate);
295
Abort
(new ConnectionAbortedException(CoreStrings.ConnectionTimedOutByServer), ConnectionEndReason.ServerTimeout);