Cookie Constructor
.NET Framework 4.5
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Cookie() | Initializes a new instance of the Cookie class. |
|
Cookie(String, String) | Initializes a new instance of the Cookie class with a specified Name and Value. |
|
Cookie(String, String, String) | Initializes a new instance of the Cookie class with a specified Name, Value, and Path. |
|
Cookie(String, String, String, String) | Initializes a new instance of the Cookie class with a specified Name, Value, Path, and Domain. |