[Modify] Edit it

This commit is contained in:
sta 2017-11-01 15:45:13 +09:00
parent ff2ff50a19
commit 2fae4be285

View File

@ -491,8 +491,12 @@ namespace WebSocketSharp
}
/// <summary>
/// Gets a value indicating whether the WebSocket connection is alive.
/// Gets a value indicating whether the connection is alive.
/// </summary>
/// <remarks>
/// The get operation returns the value by using a ping/pong
/// if the current state of the connection is Open.
/// </remarks>
/// <value>
/// <c>true</c> if the connection is alive; otherwise, <c>false</c>.
/// </value>