WinRT vs. Silverlight - Part 7 - Making WebRequests - by @dotMorten
In Silverlight and WPF you are probably used to using WebClient to perform downloads. This is a simple class for doing download/upload string or retrieving a response stream from the server. However, in Windows Runtime this client doesn't exists. Instead we have new a simple HttpClient to do much
... [read more]
Submit a review:
Login required.