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.
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.
You can get the cookie value from the container with GetCookieHeader method.