C-DEngine 5.105

Cookie..::..Value Property

Gets or sets the Value of the cookie.

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

Syntax


public string Value { get; set; }
Public Property Value As String
	Get
	Set
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that represents the Value of the cookie.

Exceptions


ExceptionCondition
WebSocketSharp.Net..::..CookieException

The value specified for a set operation is nullNothingnullptra null reference (Nothing in Visual Basic).

- or -

The value specified for a set operation contains a string not enclosed in double quotes that contains an invalid character.