EDN Admin
Well-known member
<pre class="prettyprint" style=" WebClient downloader = new WebClient();
Uri uri = new Uri("http://app..org/Apps//shv04.xml", UriKind.Absolute);
downloader.DownloadStringCompleted += new DownloadStringCompletedEventHandler(EmployeesDownload);
downloader.DownloadStringAsync(uri);
[/code]
<br/>
webClient missing in win8 rt ,How can i load my xml file in Win8 rt App. system.net dont have class<br/>
<br/>
<br/>
View the full article
Uri uri = new Uri("http://app..org/Apps//shv04.xml", UriKind.Absolute);
downloader.DownloadStringCompleted += new DownloadStringCompletedEventHandler(EmployeesDownload);
downloader.DownloadStringAsync(uri);
[/code]
<br/>
webClient missing in win8 rt ,How can i load my xml file in Win8 rt App. system.net dont have class<br/>
<br/>
<br/>
View the full article