C-DEngine 5.105

Cookie..::..Version Property

Gets or sets the value of the Version attribute of the cookie.

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

Syntax


public int Version { get; set; }
Public Property Version As Integer
	Get
	Set
public:
property int^ Version {
	int^ get ();
	void set (int^ value);
}

Field Value

An Int32 that represents the version of the HTTP state management to which the cookie conforms.

Exceptions


ExceptionCondition
ArgumentOutOfRangeException The value specified for a set operation isn't 0 or 1.