I can download a page from a website using
sString = new System.Net.WebClient().DownloadString(Page);
But if the page redirects, how can I capture the new address. For example, if I fetch google.com website, I would like to grab the page it redirects to so I can get the ei code.