C-DEngine 5.105

WebSocketSessionManager..::..Broadping Method

Sends a Ping to every client in the WebSocket service.

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

Syntax


public Dictionary<string, bool> Broadping()
Public Function Broadping As Dictionary(Of String, Boolean)
public:
Dictionary<String^, bool^>^ Broadping()

Return Value

A Dictionary<string, bool> that contains a collection of pairs of a session ID and a value indicating whether the manager received a Pong from each client in a time.