private string _http_get(string url)
 {
     using (WebClientEx client = _new_webclient())
         return(client.DownloadString(url));
 }