From bcf8c87d6245e6526ea74fabc19049bdeca88e29 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 30 Oct 2017 16:15:52 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index bb4c7299..986d79b2 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -639,12 +639,18 @@ namespace WebSocketSharp } /// - /// Gets the state of the WebSocket connection. + /// Gets the current state of the connection. /// /// - /// One of the enum values that indicates - /// the current state of the connection. The default value is - /// . + /// + /// One of the enum values. + /// + /// + /// It indicates the current state of the connection. + /// + /// + /// The default value is . + /// /// public WebSocketState ReadyState { get {