Answer the question
In order to leave comments, you need to log in
Is it possible to download a file (image) via xNet and save it?
url = "http://yastatic.net/morda-logo/i/ya-logo.png";
HttpRequest wr = new HttpRequest();
HttpResponse response = wr.Get(url);
Stream responseStream = response.ToStream();
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