Use CookieContainer with WebBrowser control?

2.9k views Asked by At

I've created a CookieContainer and stored the cookies from a HttpWebRequest in it. Is there a way I can use this CookieContainer on a WebBrowser control?

Thanks for the help.

1

There are 1 answers

2
Lakis On

You can get the cookie value from the container with GetCookieHeader method.