Skip to content

KerryRitter/SilverlightWebClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#Silverlight WebClient Silverlight's .NET WebClient does not include a number of helpful functions for making POST and GET requests simple. Using HttpWebRequest and WebRequest, these requests can still be made, but only asynchronously, causing a lot more code when you just to make a simple synchronous request. To resolve this, I created a SilverlightWebClient class with some of the missing functionality.

###DownloadData(Uri address) Downloads the resource as a string from the URI specified.

###UploadValues(Uri address, Dictionary<string, string> data) Uploads the specified name/value collection to the resource identified by the specified URI.

About

WebClient in Silverlight has a lot of missing functionality that is very handy. To make up for this, I created SilverlightWebClient to allow me to make the same WebClient request calls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages