Example #1
0
 static FSharpAsync<string> Get(string u)
 {
     var web = new WebClient();
     return web.AsyncDownloadString(new Uri(u));
 }