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 .