ZennoLab Assemblies Documentation
LoadCookie Method
Example 

Type: System.String

The path to cookie.

Loads cookie.
Syntax
public void LoadCookie( 
   string path
)

Parameters

path

Type: System.String

The path to cookie.

Example
The following example uses the LoadCookie method.
// load cookie
instance.LoadCookie("path");
// load cookie
$instance->LoadCookie("path");
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

Instance Class
Instance Members
ClearCookie Method
SaveCookie Method

Send Feedback