3 references to GetRequestAbortedException
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (3)
1210
return Task.FromException(
GetRequestAbortedException
(_abortException));
1653
throw
GetRequestAbortedException
(_abortException);
2288
throw
GetRequestAbortedException
(innerException);