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