I am sure it already exists somewhere, just can't find it.
views:
186answers:
1
+2
Q:
Which .NET class parses a multiple HTTP cookies string into a CookieCollection or CookieContainer?
+3
A:
I think it sounds like you want the CookieContainer.SetCookies
method:
Followed by the CookieContainer.GetCookies
method to get the parsed CookieCollection
:
McKAMEY
2009-08-08 17:31:50