From fb53fa674e460fac6bc157ea8de3c93128f9c98f Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 26 Mar 2017 15:35:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 071d4646..ed7f65a2 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -95,9 +95,13 @@ namespace WebSocketSharp.Server /// Gets the host instances for the WebSocket services. /// /// - /// An IEnumerable<WebSocketServiceHost> instance that - /// provides an enumerator which supports the iteration over - /// the collection of the instances. + /// + /// An IEnumerable<WebSocketServiceHost> instance. + /// + /// + /// It provides an enumerator which supports the iteration over + /// the collection of the host instances. + /// /// public IEnumerable Hosts { get {