When running on Windows, TaskCanceledException is being thrown by async HttpClient calls when the timeout elapses. When running the same code under Android, receiving a WebException instead.
HttpClient performing multiple redirection does not timeout even when the timeout is set. The process hangs on send() method and does not come out. Though setting ...