From 42272d08813df6e60b23b19b30d7fea6b6c398da Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 20 May 2017 13:06:36 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index bd2c3788..f1fe2923 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -660,7 +660,7 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the wait time for the response to + /// Gets or sets the time to wait for the response to /// the WebSocket Ping or Close. /// /// @@ -668,8 +668,12 @@ namespace WebSocketSharp.Server /// started or it is shutting down. /// /// - /// A that represents the wait time for - /// the response. 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.