Why use HttpClient for Synchronous Connection

bola21

New Member
I am building a class library to interact with an api. I need to call the api and process the xml response. I can see the benefits of using HttpClient for Asynchronous connectivity, but what i am doing is purely synchronous so cannot see any significant benefit over HttWebRequests.If anyone can shed any light i would greatly appreciate it, i am not one for using new technology for the sake of it.
 
Back
Top