C-DEngine 5.105

WebSocket..::..SetCookie Method

Sets an HTTP cookie to send with the WebSocket connection request to the server.

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

Syntax


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

Parameters

cookie
Type: WebSocketSharp.Net..::..Cookie
A Cookie that represents the cookie to send.