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 {