microsoft / WindowsDevicePortalWrapper

A client library that wraps the Windows Device Portal REST APIs.
MIT License
182 stars 87 forks source link

<Rest>Async methods do not have a way to adjust timeouts #265

Open MattHyman opened 7 years ago

MattHyman commented 7 years ago

The Async methods, such as PostAsync, do not have a way to adjust their timeouts at the http layer. This results in them being tied to the default timeout which may be too short in some cases.

The HttpClient exposes ways to fix this, we should plumb this through the APIs.