3 references to GetRequestAbortedException
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (3)
1180
return Task.FromException(
GetRequestAbortedException
(_abortException));
1586
throw
GetRequestAbortedException
(_abortException);
2167
throw
GetRequestAbortedException
(innerException);