Click or drag to resize

WebSocketServiceManagerBroadping Method

Note: This API is now obsolete.

Sends a ping to every client in the WebSocket services.

Namespace:  Sfs2X.WebSocketSharp.Server
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
[ObsoleteAttribute("This method will be removed.")]
public Dictionary<string, Dictionary<string, bool>> Broadping()

Return Value

Type: DictionaryString, DictionaryString, Boolean

A Dictionary<string, Dictionary<string, bool>>.

It represents a collection of pairs of a service path and another collection of pairs of a session ID and a value indicating whether a pong has been received from the client within a time.

Exceptions
ExceptionCondition
InvalidOperationException The current state of the manager is not Start.
See Also