Table of Contents
CookieManager.SetCookie Method (Cookie)

Adds a new cookie to the cookie store.

Syntax
 public bool SetCookie(
   Cookie cookie
);

Parameters

cookie
The cookie to be added.

Return Value

Returns true if successful. Otherwise false.

See Also