Click or drag to resize

HttpListenerResponseAppendCookie Method

Appends the specified cookie to the cookies sent with the response.

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

Parameters

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