System::Net::CookieVariant enum
CookieVariant enum
Enumerates the cookie specifications.
enum class CookieVariant
Values
Name | Value | Description |
---|---|---|
Unknown | 0 | The unknown cookie specification. |
Plain | 1 | The plain cookie specification. |
Rfc2109 | 2 | The ‘RFC 2109’ cookie specification. |
Rfc2965 | 3 | The ‘RFC 2965’ cookie specification. |
Default | n/a | The default value equal to ‘Rfc2109’. |
See Also
- Namespace System::Net
- Library Aspose.PUB for C++