I create a new HTTPWebRequest, but I am unable to assign a CookieContainer to it, how would this be possible?
CookieContainer = new CookieContainer();
//Create a WebRequest to get the file
HttpWebRequest fileReq = (HttpWebRequest)HttpWebRequest.Create(@"http://www.example.com/file.zip);