ICookieProvider public interface ICookieProvider Defines methods to retrieve and store cookies. Documentation Code string GetCookie(Url url) Gets the cookie value of the given address. void SetCookie(Url url, string value) Sets the cookie value for the given address.