Silverlight 4 WebRequest, SSL and Credentials
- by Snake
Hi,
I've got the following code:
public void StartDataRequest()
{
WebRequest.RegisterPrefix("https://", System.Net.Browser.WebRequestCreator.ClientHttp);
WebClient myService = new WebClient
{
AllowReadStreamBuffering = true,
…