Click or drag to resize

CookieCollectionAdd Method (CookieCollection)

Adds the specified cookies 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(
	CookieCollection cookies
)

Parameters

cookies
Type: Sfs2X.WebSocketSharp.NetCookieCollection
A CookieCollection that contains the cookies to add.
Exceptions
ExceptionCondition
ArgumentNullExceptioncookies is .
See Also