Answer the question
In order to leave comments, you need to log in
Why does the windows phone application not see GetRespons?
I write under the computer everything is fine and everything works
here is a piece of code
string address = "http://kladr-api.ru/api.php?query=";
HttpWebRequest request = (HttpWebRequest)WebRequest.Create(address);
request.Method = "GET";
request.Timeout = 10000;
request.Accept = "application/json";
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
var stream = new StreamReader(response.GetResponseStream());
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question