WebSocketServiceManagerBroadping Method (String) |
Note: This API is now obsolete.
Namespace: Sfs2X.WebSocketSharp.Server
[ObsoleteAttribute("This method will be removed.")] public Dictionary<string, Dictionary<string, bool>> Broadping( string message )
A String that represents the message to send.
The size must be 125 bytes or less in UTF-8.
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.
Exception | Condition |
---|---|
InvalidOperationException | The current state of the manager is not Start. |
ArgumentException | message could not be UTF-8-encoded. |
ArgumentOutOfRangeException | The size of message is greater than 125 bytes. |