When using HttpClient.SendAsync() to access a resource that might take a while to process it can be advantageous to detect when the connection has been disconnected. This can be done using a CancellationToken passed to the HttpClient.SendAsync() method.… more »