C-DEngine 5.105

HttpListenerResponse..::..Cookies Property

Gets or sets the cookies sent with the response.

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

Syntax


public CookieCollection Cookies { get; set; }
Public Property Cookies As CookieCollection
	Get
	Set
public:
property CookieCollection^ Cookies {
	CookieCollection^ get ();
	void set (CookieCollection^ value);
}

Field Value

A CookieCollection that contains the cookies sent with the response.