[Modify] Edit it

This commit is contained in:
sta 2016-12-08 14:28:15 +09:00
parent 0d8f419980
commit abd411ee9f

View File

@ -2679,7 +2679,7 @@ namespace WebSocketSharp
/// Sends a ping using the WebSocket connection.
/// </summary>
/// <returns>
/// <c>true</c> if the <see cref="WebSocket"/> receives a pong to this ping in a time;
/// <c>true</c> if a pong has been received within a time;
/// otherwise, <c>false</c>.
/// </returns>
public bool Ping ()