C-DEngine 5.105

Cookie Class

Provides a set of methods and properties used to manage an HTTP Cookie.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


[SerializableAttribute]
public sealed class Cookie
<SerializableAttribute> _
Public NotInheritable Class Cookie
[SerializableAttribute]
public ref class Cookie sealed

Remarks


The Cookie class supports the following cookie formats: Netscape specification, RFC 2109, and RFC 2965

The Cookie class cannot be inherited.

Inheritance Hierarchy


Object
  WebSocketSharp.Net..::..Cookie