C-DEngine 5.105

WebSocketServiceManager..::..Broadping Method

Sends a Ping to every client in the WebSocket services.

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

Syntax


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

Return Value

A Dictionary<string, Dictionary<string, bool>> that contains a collection of pairs of a service path and a collection of pairs of a session ID and a value indicating whether the manager received a Pong from each client in a time, or nullNothingnullptra null reference (Nothing in Visual Basic) if this method isn't available.