C-DEngine 5.105

Cookie..::..HttpOnly Property

Gets or sets a value indicating whether non-HTTP APIs can access the cookie.

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

Syntax


public bool HttpOnly { get; set; }
Public Property HttpOnly As Boolean
	Get
	Set
public:
property bool^ HttpOnly {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if non-HTTP APIs cannot access the cookie; otherwise, false. The default value is false.