Async PostFileWithRequest
Please add overload for PostFileWithRequest which is asynchronous in the same way SendAsync is implemented in ServiceClientBase - meaning an overload which accepts success/error Actions and the other which returns Task, or if both are not possible then just the latter.
This is mainly because in Silverlight sync APIs are not "welcome" which means we have to 'manually' call this API in an async manner.
Thanks!
6
votes

-
Drazen Dotlic commented
More details in this issue here: https://github.com/ServiceStack/Issues/issues/96