C-DEngine 5.105

Cookie..::..Name Property

Gets or sets the Name of the cookie.

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

Syntax


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

Field Value

A String that represents the Name of the cookie.

Exceptions


ExceptionCondition
WebSocketSharp.Net..::..CookieException

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

- or -

The value specified for a set operation contains an invalid character.