I used the WebBrowser class to sign into a website and get a url for a download I want. I can't get the download via WebBrowser because I can't programmatically communicate with the download dialog box.
Based on my research it appears that I have to use WebClient to handle my download. How can I pass the "authenicated" cookies from WebBrowser to WebClient and get my download without fussing with a dialog box?