Click or drag to resize

WebSocketPing Method

Sends a ping using the WebSocket connection.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool Ping()

Return Value

Type: Boolean
true if the send has done with no error and a pong has been received within a time; otherwise, false.
See Also