Quantcast
Channel: Silverlight 5 forum
Viewing all articles
Browse latest Browse all 1083

Using CredentialCache for HTTPWebRequest in Silverlight 4 or 5

$
0
0

System.Net, when referenced in a Silverlight page does not have CredentialsCache.  What technique can one use to incorporate a Username and Password in a WebRequest.  I tried:

request.Credentials = new NetworkCredential(Username, Password);

but it generates an error.

Jav


Viewing all articles
Browse latest Browse all 1083

Trending Articles