From b20f6d8c9ccacc310eecd355d564e67fdb7aa974 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 9 Feb 2017 16:04:27 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index f53f4d6a..05c3e866 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -593,18 +593,21 @@ namespace WebSocketSharp.Server } /// - /// Tries to get the WebSocket service host with the specified . + /// Tries to get the WebSocket service host with + /// the specified . /// /// - /// true if the service is successfully found; otherwise, false. + /// true if the service is successfully found; + /// otherwise, false. /// /// - /// A that represents the absolute path to the service to find. + /// A that represents the absolute path to + /// the service to find. /// /// - /// When this method returns, a instance that - /// provides the access to the information in the service, or - /// if it's not found. This parameter is passed uninitialized. + /// When this method returns, a + /// instance that provides the access to the information in + /// the service or if it is not found. /// public bool TryGetServiceHost (string path, out WebSocketServiceHost host) {