This is probably a noob question, but I can't seem to find the answer. I am building a Silverlight 3 app that's in the browser. I want to hit a web URL on the box where the application came from.
So my question is
- How do I get the name of the URL where the app came from?
- What is the proper way to hit the URL? I've seen WebClient and HttpWebRequest and all that. What is the accepted way in the Silverlight community?