I am currently using HttpWebRequest to get a website. I would like to use a wait pattern that is not specified for HttpWebRequests . I found the HttpClient class, which seems to be the new Http working class. I am using HttpClient.GetAsync(...) to request my web page. But I miss the opportunity to add ClientCredientials as HttpWebRequest.Credentials . Is there a way to provide HttpClient authentication HttpClient ?
Jan K. Apr 24 '12 at 6:23 2012-04-24 06:23
source share