From 29c6bb4745f8ee4c89384d887dff9dbabfa2ed46 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 10 Sep 2017 20:00:42 +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 8174bca1..8e94708f 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -125,11 +125,16 @@ namespace WebSocketSharp.Server } /// - /// Gets the IDs for the sessions in the Websocket service. + /// Gets the IDs for the 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 sessions. + /// + /// An IEnumerable<string> instance. + /// + /// + /// It provides an enumerator which supports the iteration over + /// the collection of the IDs for the sessions. + /// /// public IEnumerable IDs { get {