C-DEngine 5.105

WebSocket..::..Cookies Property

Gets the HTTP cookies included in the WebSocket connection request and response.

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

Syntax


public IEnumerable<Cookie> Cookies { get; }
Public ReadOnly Property Cookies As IEnumerable(Of Cookie)
	Get
public:
property IEnumerable<Cookie^>^ Cookies {
	IEnumerable<Cookie^>^ get ();
}

Field Value

An Cookie} instance that provides an enumerator which supports the iteration over the collection of the cookies.