There was a resolved question for System.Net.Http.HttpClient. what-is-the-overhead-of-creating-a-new-httpclient-per-call-in-a-webapi-client
The answer is: Reuse HttpClient instance instead of creating new instance.
Now I am using Windows.Web.Http.HttpClient in an UWP application.
Regarding Windows.Web.Http.HttpClient ,the answer is the same ?