WebSocket..::..Cookies Property
Gets the HTTP cookies included in the WebSocket connection request and response.
Namespace:
WebSocketSharpAssembly: 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 (); }