T
techasuran
Guest
HI ,
I need to consume a webapi from the windows form application , I can see that the http client is the latest one in .net framework.
I can see only the async method, not able to see any normal (non- asynchronous) methods.
can you please suggest which is better for making asynchronous and non- asynchronous api calls, I need the non-asynchrous calls specifically.
is it webclient , httpclient or restsharp client or any .other
I need a client which is not obsolete and can be used for future.
Can you please advice me on this .
thanks
Continue reading...
I need to consume a webapi from the windows form application , I can see that the http client is the latest one in .net framework.
I can see only the async method, not able to see any normal (non- asynchronous) methods.
can you please suggest which is better for making asynchronous and non- asynchronous api calls, I need the non-asynchrous calls specifically.
is it webclient , httpclient or restsharp client or any .other
I need a client which is not obsolete and can be used for future.
Can you please advice me on this .
thanks
Continue reading...