C-DEngine 5.105

HttpListenerResponse..::..AppendCookie Method

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

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void AppendCookie(
	Cookie cookie
)
Public Sub AppendCookie ( _
	cookie As Cookie _
)
public:
void AppendCookie(
	Cookie^ cookie
)

Parameters

cookie
Type: WebSocketSharp.Net..::..Cookie
A Cookie to append.

Exceptions


ExceptionCondition
ArgumentNullExceptioncookie is nullNothingnullptra null reference (Nothing in Visual Basic).