From 1880a1598bac826d679fea9a1389ddb514f3aa95 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 22 Nov 2018 20:06:49 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceManager.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs index 351780dc..2a4536aa 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -109,10 +109,6 @@ namespace WebSocketSharp.Server /// Gets the host instance for a WebSocket service with /// the specified . /// - /// - /// is converted to a URL-decoded string and - /// / is trimmed from the end of the converted string if any. - /// /// /// /// A instance or @@ -124,8 +120,13 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents an absolute path to - /// the service to find. + /// + /// A that represents an absolute path to + /// the service to find. + /// + /// + /// / is trimmed from the end of the string if present. + /// /// /// /// is .