WebClient missing in Windows 8 RT how to load this file

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<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
 
Back
Top