From 1419610792d93e2fd7c7d97b498f4d14ef94d9a1 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 20 Nov 2018 20:25:31 +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 d6b618a7..0f1f56cf 100644 --- a/websocket-sharp/Server/WebSocketServiceManager.cs +++ b/websocket-sharp/Server/WebSocketServiceManager.cs @@ -473,13 +473,14 @@ namespace WebSocketSharp.Server /// Adds a WebSocket service with the specified behavior, /// , and . /// - /// - /// is converted to a URL-decoded string and - /// / is trimmed from the end of the converted string if any. - /// /// - /// A that represents an absolute path to - /// the service to add. + /// + /// A that represents an absolute path to + /// the service to add. + /// + /// + /// / is trimmed from the end of the string if present. + /// /// /// ///