WebClient does support adding the header. Adding this worked:

wc.Headers.Add( "Authorization", "Basic " + EncodeBase64
( "username:password" ) );



Reply via email to