Click or drag to resize

WebSocketCookies Property

Gets the HTTP cookies included in the handshake request/response.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public IEnumerable<Cookie> Cookies { get; }

Property Value

Type: IEnumerableCookie

An IEnumerableCookie instance.

It provides an enumerator which supports the iteration over the collection of the cookies.

See Also