From 3ea6fc3d142fbef2936fc957f57bd16811b1e627 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 6 Jun 2017 15:57:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 7651a3db..6286f27f 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -632,11 +632,20 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the wait time for the response to the WebSocket Ping or Close. + /// Gets or sets the time to wait for the response to + /// the WebSocket Ping or Close. /// + /// + /// The set operation does nothing if the server has already + /// started or it is shutting down. + /// /// - /// A that represents the wait time. The default value is - /// the same as 1 second. + /// + /// A to wait for the response. + /// + /// + /// The default value is the same as 1 second. + /// /// /// /// The value specified for a set operation is zero or less.