From 90ddd792b9e2a8c421a5d30e21eff7a3f6a3faaa Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 1 Jun 2017 04:38:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 7baa30a3..4f5cda1e 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1014,8 +1014,12 @@ namespace WebSocketSharp.Server } /// - /// Stops receiving the incoming requests, and closes the connections. + /// Stops receiving incoming requests and closes each connection. /// + /// + /// This method does nothing if the server is not started, + /// it is shutting down, or it has already stopped. + /// public void Stop () { stop (1005, String.Empty);