Sep 6, 2018 · 1 min read
var url = “http://www.automobile.tn/neuf/bmw.3/";
var httpClient = new HttpClient();
var html = await httpClient.GetStringAsync(url);
Process to this line ,then program can’t finish,why?
var url = “http://www.automobile.tn/neuf/bmw.3/";
var httpClient = new HttpClient();
var html = await httpClient.GetStringAsync(url);
Process to this line ,then program can’t finish,why?