I am sure it already exists somewhere, just can't find it.
Asked
Active
Viewed 1,968 times
6
-
2For reference, the actual parsing class is called CookieParser (accurate), but is internal.. its functionality is exposed via the container. – meandmycode Aug 08 '09 at 17:36
1 Answers
9
I think it sounds like you want the CookieContainer.SetCookies
method:
Followed by the CookieContainer.GetCookies
method to get the parsed CookieCollection
:

mckamey
- 17,359
- 16
- 83
- 116