From 485baba5355b6f98976a96db91ca03b6752c65ff Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 25 Jun 2018 19:36:04 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/IWebSocketSession.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/IWebSocketSession.cs b/websocket-sharp/Server/IWebSocketSession.cs index 5041fbec..c323da00 100644 --- a/websocket-sharp/Server/IWebSocketSession.cs +++ b/websocket-sharp/Server/IWebSocketSession.cs @@ -74,11 +74,15 @@ namespace WebSocketSharp.Server DateTime StartTime { get; } /// - /// Gets the state of the used in the session. + /// Gets the current state of the WebSocket connection for the session. /// /// - /// One of the enum values, indicates the state of - /// the used in the session. + /// + /// One of the enum values. + /// + /// + /// It indicates the current state of the connection. + /// /// WebSocketState State { get; }