HttpTwo icon indicating copy to clipboard operation
HttpTwo copied to clipboard

There is a error , when I use the namespace "System.Net.Http"

Open fendouai opened this issue 8 years ago • 1 comments

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.

fendouai avatar Sep 28 '16 08:09 fendouai

you need to add a reference to System.Web.Http.dll

shayvilk avatar Mar 01 '17 13:03 shayvilk