My silverlight app needs to get back to the host from whence it came for its data. How do I get the webclient to connect back to the root of that site.
For example, my silverlight xap is sitting in an Amazon S3 bucket and loaded via an HTML file in that same bucket. I want to do a http://mybucket.s3.amazonaws.com/ and then act on the xml that is returned from that GET.