Cookie Constructor
.NET Framework (current version)
Initializes a new instance of the Cookie class. In general, an application does not need to construct a Cookie class because it is created automatically based on the Set-Cookie header received with the HTTP response.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Cookie() | Initializes a new instance of the Cookie class. |
![]() | Cookie(String^, String^) | |
![]() | Cookie(String^, String^, String^) | |
![]() | Cookie(String^, String^, String^, String^) |
Show:
