From 00a39a059e2114bab7e4743d82d4dc1e5d8be226 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 7 Jun 2017 17:23:01 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index c3a064e1..f28f7e60 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -678,10 +678,12 @@ namespace WebSocketSharp.Server } /// - /// Gets the access to the WebSocket services provided by the server. + /// Gets the management function for the WebSocket services + /// provided by the server. /// /// - /// A that manages the WebSocket services. + /// A that manages + /// the WebSocket services provided by the server. /// public WebSocketServiceManager WebSocketServices { get {