Hello

I am using a CookieContainer to use cookies when requesting webpages, but I
need to update some of the cookies, I was trying to do this by getting a
CookieCollection from my CookieContainer with the GetCookie(Uri) method,
when I do so, the CookieCollection is empty, even though i have ensured
there are only cookies in the CookeContainer with that Uri.


Very small example:
CookieCollection cookieColl = cookieJar.GetCookies(uri);
Console.WriteLine(cookieColl.Count.ToString());

What could I be doing wrong?

-- 
Med venlig hilsen / Kind regards
Søren Juul
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to