ok. I know about the WebRequest and the WebResponse objects. The problem is that i do not really want to get the source code of the webpage, i only want to check to see if the link exists or not. The thing is, if i use the GetResponse method, it goes an pull the entire soource code of the site.
i am creating a broken link checker with many maNY MANY links. It takes quite a while to check them all. If there a way to to get MINIMAL information from a weblink? only enough information to see if the link is valid or broken (not the entire source code).
An answer (BESIDES USING ASYNCHRONOUS TRANSFER) would be greatly appreciated! :)