using System.Net.Http; the vs2015 shows that System.Net do not have the namespace or module Http. And the demo have a error in HttpMethod.Get.
using System.Net.Http;
the vs2015 shows that System.Net do not have the namespace or module Http.
And the demo have a error in HttpMethod.Get.