C#C
C#4y ago
Silme94

❔ System.Net.Http Not Found

while compiling ths file, i got an error that say that Http doesn't exist in the namespace System.Net Who can help me fix it?

using System;
using System.Net;
using System.Net.Http;

class Program{

    HttpClient client = new HttpClient();
    static void Main(string[] link){
        foreach(string i in link){
            Console.WriteLine(i);
        }  
    }
}
kiutyjthg.PNG
Was this page helpful?