In this question's most voted answer there is this line :
cookieJar.Add(new Cookie("my_cookie", "cookie_value", "/", "mysite"));
In this line, there are "my_cookie", cookie_value and "mysite" fields. I don't know how to fill these lines. Can you tell me how to fill those with an example? Thanks in advance.