3 references to GetRequestAbortedException
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (3)
1214
return Task.FromException(
GetRequestAbortedException
(_abortException));
1657
throw
GetRequestAbortedException
(_abortException);
2292
throw
GetRequestAbortedException
(innerException);