Click or drag to resize

CookieCollectionAdd Method (Cookie)

Adds the specified cookie to the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void Add(
	Cookie cookie
)

Parameters

cookie
Type: Sfs2X.WebSocketSharp.NetCookie
A Cookie to add.
Exceptions
ExceptionCondition
ArgumentNullExceptioncookie is .
See Also