WindowsDevicePortalWrapper icon indicating copy to clipboard operation
WindowsDevicePortalWrapper copied to clipboard

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

Open MattHyman opened this issue 8 years ago • 0 comments

The <Rest>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.

MattHyman avatar Aug 03 '17 23:08 MattHyman