3 references to GetRequestAbortedException
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (3)
1193
return Task.FromException(
GetRequestAbortedException
(_abortException));
1599
throw
GetRequestAbortedException
(_abortException);
2180
throw
GetRequestAbortedException
(innerException);