WebSocketSessionManagerBroadping Method |
Note: This API is now obsolete.
Namespace: Sfs2X.WebSocketSharp.Server
[ObsoleteAttribute("This method will be removed.")] public Dictionary<string, bool> Broadping()
A Dictionary<string, bool>.
It represents a collection of pairs of a session ID and a value indicating whether a pong has been received from the client within a time.
Exception | Condition |
---|---|
InvalidOperationException | The current state of the manager is not Start. |