I have the following code:
WebClient c = new WebClient();
var data = c.DownloadString("https://btc-e.com/api/2/btc_usd/ticker");
//Console.WriteLine(data);
JObject o = JObject.Parse(data);
maskedTextBox11.Text = o["high"].ToString();
I'm running windows 7, I dont have firewall and site is up yet I get the error in the title.
Go to the complete details ...