|
|
|
@ -3033,12 +3033,12 @@ namespace WebSocketSharp
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Sends a ping with the specified <paramref name="message"/> using
|
|
|
|
/// Sends a ping with <paramref name="message"/> using the WebSocket
|
|
|
|
/// the WebSocket connection.
|
|
|
|
/// connection.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <returns>
|
|
|
|
/// <returns>
|
|
|
|
/// <c>true</c> if the sending a ping has done with no error and
|
|
|
|
/// <c>true</c> if the send has done with no error and a pong has been
|
|
|
|
/// a pong has been received within a time; otherwise, <c>false</c>.
|
|
|
|
/// received within a time; otherwise, <c>false</c>.
|
|
|
|
/// </returns>
|
|
|
|
/// </returns>
|
|
|
|
/// <param name="message">
|
|
|
|
/// <param name="message">
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
|