From a8241034cee3fb8b4f30ef53e5c584697d9ae0d1 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 20 Feb 2017 17:28:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index f9ab97a8..2cede096 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -629,10 +629,17 @@ namespace WebSocketSharp.Server /// Gets or sets the wait time 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 for /// the response. The default value is the same as 1 second. /// + /// + /// The value specified for a set operation is zero or less. + /// public TimeSpan WaitTime { get { return _services.WaitTime;