From daf3e4d83e3d0deff7737aa839310b113cb00ca8 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 19 Jun 2018 20:06:12 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketBehavior.cs | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 2abecbf1..3013a405 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -84,13 +84,18 @@ namespace WebSocketSharp.Server return _websocket != null ? _websocket.Log : null; } } - + /// - /// Gets the access to the sessions in the WebSocket service. + /// Gets the management function for the sessions in the WebSocket service. /// /// - /// A that provides the access to the sessions, - /// or if the WebSocket connection isn't established. + /// + /// A that manages the sessions in + /// the service. + /// + /// + /// if the session has not started yet. + /// /// protected WebSocketSessionManager Sessions { get {