| Name | Description |
---|
| Cookie |
Initializes a new instance of the Cookie class.
|
| Cookie(String, String) |
Initializes a new instance of the Cookie class with the specified
name and value.
|
| Cookie(String, String, String) |
Initializes a new instance of the Cookie class with the specified
name, value, and path.
|
| Cookie(String, String, String, String) |
Initializes a new instance of the Cookie class with the specified
name, value, path, and
domain.
|