From 4fec8d0c156c176d5e3cca76abb9e9c2a980a26b Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 24 Feb 2017 15:43:45 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index 276284e0..8ee62e42 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -155,9 +155,16 @@ 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 value specified for a set operation is zero or less. + /// public TimeSpan WaitTime { get { return _sessions.WaitTime;