From 648346766430a99393268afbe31184b2f6333651 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 28 Mar 2017 16:44:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index e8099645..2fa8caf6 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -828,9 +828,14 @@ namespace WebSocketSharp.Server /// the service to find. /// /// - /// When this method returns, a - /// instance that provides the access to the information in - /// the service or if not found. + /// + /// When this method returns, a + /// instance or if not found. + /// + /// + /// That host instance provides the function to access + /// the information in the service. + /// /// /// /// is .