C-DEngine 5.105

WebSocketSessionManager..::..CloseSession Method (String)

Closes the session with the specified id.

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

Syntax


public void CloseSession(
	string id
)
Public Sub CloseSession ( _
	id As String _
)
public:
void CloseSession(
	String^ id
)

Parameters

id
Type: String
A String that represents the ID of the session to close.