From 9fb86b2adc4d0c09ab9668a29c0e31e6772d013b Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 6 Jun 2018 19:46:53 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 618f05ec..9632ccaa 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -288,11 +288,19 @@ namespace WebSocketSharp.Server } /// - /// Gets the state of the used in a session. + /// Gets the current state of the WebSocket connection for a session. /// /// - /// One of the enum values, indicates the state of - /// the . + /// + /// One of the enum values. + /// + /// + /// It indicates the current state of the connection. + /// + /// + /// if the session has not + /// started yet. + /// /// public WebSocketState State { get {