[Modify] Edit it
This commit is contained in:
parent
ff2ff50a19
commit
2fae4be285
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user