7 references to TaskCanceledException
Microsoft.AspNetCore.Server.IIS (2)
Core\HttpRequestStream.cs (2)
67throw new TaskCanceledException("The request was aborted", ex); 80throw new TaskCanceledException("The request was aborted", ex);
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1ChunkedEncodingMessageBody.cs (1)
70throw new TaskCanceledException("The request was aborted", ex);
Internal\Http\Http1ContentLengthMessageBody.cs (1)
67throw new TaskCanceledException("The request was aborted", ex);
Internal\Http\HttpRequestStream.cs (1)
109throw new TaskCanceledException("The request was aborted", ex);
Internal\Http2\Http2MessageBody.cs (1)
109throw new TaskCanceledException("The request was aborted", ex);
Internal\Http3\Http3MessageBody.cs (1)
85throw new TaskCanceledException("The request was aborted", ex);