Joey Morani
Joey Morani

Reputation: 26581

Use CookieContainer with WebBrowser control?

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.

Upvotes: 0

Views: 2956

Answers (1)

Lakis
Lakis

Reputation: 299

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

Upvotes: 1

Related Questions