I'm using HttpClient
to download big files. To deal with slow connections, I have increased the Timeout property to 1 hour.
But, then, in case the connection is stalled (0 Kb/s for a reasonable time), I would like the connection to be forced to time out, because it's obviously an indication that something isn't going OK.
How do we deal with this situation?