Okay, I tried searching for this, and did not find any answer. How do I use .NET to get **all** of the user's cookies from all browsers using MSHTML, and not just the cookies in a single request?
In Cocoa, I can acquire all cookies from all WebKit-based browsers by calling [[NSHTTPCookieStorage sharedHTTPCookieStorage] cookies]. How do I do this in .NET?