From 0cb310e0aaf32c0bcd354febcb91742afb3dd111 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 7 Sep 2017 20:15:07 +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 e7dc0d19..bd13f3df 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -90,11 +90,16 @@ namespace WebSocketSharp.Server #region Public Properties /// - /// Gets the IDs for the active sessions in the Websocket service. + /// Gets the IDs for the active sessions in the WebSocket service. /// /// - /// An IEnumerable<string> instance that provides an enumerator which - /// supports the iteration over the collection of the IDs for the active sessions. + /// + /// An IEnumerable<string> instance. + /// + /// + /// It provides an enumerator which supports the iteration over + /// the collection of the IDs for the active sessions. + /// /// public IEnumerable ActiveIDs { get {