What solutions exist for screen scraping a site over SSL for use with .NET?
My use case is that I need to login to a partner website (https), navigate through a dynamic hierarchy, and download a zipped file of reports.
I certainly could use other screen scrapers if there are no good viable options in .NET, either though the framework or OSS.