sessionId | String Required. Session ID for the WebSocket session for which you want to send the ping message. |
applicationData | String Optional. The application data to be sent as part of the ping message. If the parameter value is null an empty buffer will be sent. |
charset | String Optional. The character encoding. If the parameter value is null, the default character set is used. |
pinged | String Indicates the success or failure of the ping message. This parameter returns a value of true if the ping message is received successfully. Else the parameter returns the value false. |