I try loop cookie container with loop, but its return error. How correct convert CookieContainer
to string
foreach (Cookie item in cookieContainer)
{
var data = item.Value + "=" + item.Name;
}
Error 2 The foreach statement can not be used for variables of type "System.Net.CookieContainer",