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 {