From bfab12625527a572cf3a2316c7d0ee5bf3f1839a Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 4 Nov 2016 16:19:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 5a2230d7..73e12119 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -930,16 +930,14 @@ namespace WebSocketSharp.Server /// /// Removes a WebSocket service with the specified . /// - /// - /// This method converts to a URL-decoded string, - /// and removes '/' from tail end of . - /// /// /// true if the service is successfully found and removed; /// otherwise, false. /// /// - /// A that represents an absolute path to the service. + /// A that represents an absolute path to + /// the service. It will be converted to a URL-decoded string, + /// and will be removed '/' from tail end if any. /// public bool RemoveWebSocketService (string path) {