C-DEngine 5.105

HttpListenerRequest..::..Cookies Property

Gets the cookies included in the request.

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

Syntax


public CookieCollection Cookies { get; }
Public ReadOnly Property Cookies As CookieCollection
	Get
public:
property CookieCollection^ Cookies {
	CookieCollection^ get ();
}

Field Value

A CookieCollection that contains the cookies included in the request.