Overload List
Name | Description | |
---|---|---|
![]() | Cookie(String, String) |
Initializes a new instance of the Cookie class with a specific name and value.
|
![]() | Cookie(String, String, String) |
Initializes a new instance of the Cookie class with a specific name,
value, and path.
|
![]() | Cookie(String, String, String, Nullable DateTime ) |
Initializes a new instance of the Cookie class with a specific name,
value, path and expiration date.
|
![]() | Cookie(String, String, String, String, Nullable DateTime ) |
Initializes a new instance of the Cookie class with a specific name,
value, domain, path and expiration date.
|
See Also