System.Net.Http: missing from namespace? (using .net 4.5)

后端 未结 16 2284
我寻月下人不归
我寻月下人不归 2020-11-27 17:57

TL; DR: I\'m new to this language and have no idea what I\'m doing

here is my class so far:

using System;
using System.Collections.Generic;
using Sys         


        
16条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-27 18:15

    In Visual Studio you can use nuget to load the package

    Microsoft.AspNet.WebApi.WebHost
    

提交回复
热议问题