[Modify] Edit it

This commit is contained in:
sta 2016-12-11 19:32:51 +09:00
parent 57e0bee4c0
commit b1e31a5541

View File

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