diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index daea8dde..fcd24353 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -491,8 +491,12 @@ namespace WebSocketSharp } /// - /// Gets a value indicating whether the WebSocket connection is alive. + /// Gets a value indicating whether the connection is alive. /// + /// + /// The get operation returns the value by using a ping/pong + /// if the current state of the connection is Open. + /// /// /// true if the connection is alive; otherwise, false. ///