From cea3ac8a81ded91ed5d3db08b3062bdad7c7bce3 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 8 Sep 2017 19:40:24 +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 ec059df4..2265a46c 100644 --- a/websocket-sharp/Server/WebSocketSessionManager.cs +++ b/websocket-sharp/Server/WebSocketSessionManager.cs @@ -141,11 +141,16 @@ namespace WebSocketSharp.Server } /// - /// Gets the IDs for the inactive sessions in the Websocket service. + /// Gets the IDs for the inactive 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 inactive sessions. + /// + /// An IEnumerable<string> instance. + /// + /// + /// It provides an enumerator which supports the iteration over + /// the collection of the IDs for the inactive sessions. + /// /// public IEnumerable InactiveIDs { get {