[Modify] Edit it
This commit is contained in:
parent
ff2ff50a19
commit
2fae4be285
@ -491,8 +491,12 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a value indicating whether the WebSocket connection is alive.
|
/// Gets a value indicating whether the connection is alive.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// The get operation returns the value by using a ping/pong
|
||||||
|
/// if the current state of the connection is Open.
|
||||||
|
/// </remarks>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <c>true</c> if the connection is alive; otherwise, <c>false</c>.
|
/// <c>true</c> if the connection is alive; otherwise, <c>false</c>.
|
||||||
/// </value>
|
/// </value>
|
||||||
|
Loading…
Reference in New Issue
Block a user