From f97011e44df0c43c08f21a13a314f85f1a848386 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 26 Mar 2017 16:16:50 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index e916e00b..828f71ba 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -204,8 +204,13 @@ namespace WebSocketSharp.Server /// Gets the paths for the WebSocket services. /// /// - /// An IEnumerable<string> instance that provides an enumerator - /// which supports the iteration over the collection of the paths. + /// + /// An IEnumerable<string> instance. + /// + /// + /// It provides an enumerator which supports the iteration over + /// the collection of the paths. + /// /// public IEnumerable Paths { get {