C-DEngine 5.105

WebSocketSessionManager..::..Broadping Method (String)

Sends a Ping with the specified message to every client in the WebSocket service.

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

Syntax


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

Parameters

message
Type: String
A String that represents the message to send.

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.