The problem is, when I try to do the GET to aham...get..the website..it comes back with a lot of javascript code. I would like to execute that code, not exclude it. By executing it I would get the HTTP I want.
@Daniel As @Al W alludes to below, you need something the evaluate the JavaScript, which normally means a web browser. The WinForms libraries contain a WebBrowser control you can use (which you can create purely in code, if memory serves me right) rather than sending it to an external browser application.
WebBrowsercontrol you can use (which you can create purely in code, if memory serves me right) rather than sending it to an external browser application.