actually this is not what i am looking for,
I am looking to have http_client rest sdk being called from within C# method using async/await 5.0 feature. Is this doable outside WinRT, because in WinRT it is very simple, i just need to wrap the c++ call with a function that returns IAsyncOperation or IAsyncAction and then i can call it from C# using await expression.
I am looking to have http_client rest sdk being called from within C# method using async/await 5.0 feature. Is this doable outside WinRT, because in WinRT it is very simple, i just need to wrap the c++ call with a function that returns IAsyncOperation or IAsyncAction and then i can call it from C# using await expression.