WebSocketSessionManager..::..Broadping Method (String)
Sends a Ping with the specified message to every client in
the WebSocket service.
Namespace:
WebSocketSharp.ServerAssembly: 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 )