i have a download class that use the HttpWebRequest WebRequest and HttpWebResponse classes to do the download of some pages..but now i realised that that pages have cookies..and if i download the page without entering with the cookies it will download a completly different page...so..how can i with that classes set the cookies so it can download the right web page?