|
|
|
@ -2679,8 +2679,8 @@ namespace WebSocketSharp
|
|
|
|
/// Sends a ping using the WebSocket connection.
|
|
|
|
/// Sends a ping using the WebSocket connection.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// <c>true</c> if the ping has been sent and then a pong has been
|
|
|
|
/// <c>true</c> if the sending a ping has done with no error and
|
|
|
|
/// received within a time; otherwise, <c>false</c>.
|
|
|
|
/// a pong has been received within a time; otherwise, <c>false</c>.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
public bool Ping ()
|
|
|
|
public bool Ping ()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|