Parameters
- host
Type: System.String
The host of cookie. For example "lessons.zennolab.com", ".zennolab.com", etc.
- path
Type: System.String
The path of cookie.
- name
Type: System.String
The name of cookie.
- value
Type: System.String
The value of cookie.
- expiry
Type: System.DateTime
The expiry date of cookie.
- isSecure
Type: System.Boolean
The secure flag of cookie.
- isHttpOnly
Type: System.Boolean
The httpOnly flag of cookie.
- isSession
Type: System.Boolean
The session flag of cookie.
Return Value
Type: ICookieItem
New cookie item object.