From b5813ce2ab949c10b252fd516f5797d5c7c35c13 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 12 Sep 2017 19:10:20 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketSessionManager.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs index 8984445a..495195f2 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -232,11 +232,16 @@ namespace WebSocketSharp.Server } /// - /// Gets the sessions in the Websocket service. + /// Gets the session instances in the WebSocket service. /// /// - /// An IEnumerable<IWebSocketSession> instance that provides an enumerator - /// which supports the iteration over the collection of the sessions in the service. + /// + /// An IEnumerable<IWebSocketSession> instance. + /// + /// + /// It provides an enumerator which supports the iteration over + /// the collection of the session instances. + /// /// public IEnumerable Sessions { get {