From 2fae4be285735b47ddc0f7f28f19b05023a50410 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 1 Nov 2017 15:45:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. ///