C-DEngine 5.105

HttpListenerWebSocketContext..::..CookieCollection Property

Gets the HTTP cookies included in the request.

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

Syntax


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

Field Value

A CookieCollection that contains the cookies.