Rajesh Karunakaran
Programmer
Dear all,
This is actually a continuation of my post However, as the task/requirement is different, I am posting as a new thread.
I wrote (almost) a C# DLL for consuming a Rest API. If I test from C# (visual studio) it works and produces response as expected. However, when converted to DLL and accessed from VFP, I was getting various issues at various stages.
Now, my general query is that, if my DLL has Aynchronous code (Async method with 'Await' keywords), will that be okay with Vfp? generally?
I am trying both RestSharp & HttpClient.
If anyone has any advice/suggestion, kindly share.
Thanks in advance
Rajesh Karunakaran
This is actually a continuation of my post However, as the task/requirement is different, I am posting as a new thread.
I wrote (almost) a C# DLL for consuming a Rest API. If I test from C# (visual studio) it works and produces response as expected. However, when converted to DLL and accessed from VFP, I was getting various issues at various stages.
Now, my general query is that, if my DLL has Aynchronous code (Async method with 'Await' keywords), will that be okay with Vfp? generally?
I am trying both RestSharp & HttpClient.
If anyone has any advice/suggestion, kindly share.
Thanks in advance
Rajesh Karunakaran