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