From c3ddedab8e0d479de6e4ad95ddedac2a8472e3df Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 17 Sep 2017 14:27:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServiceHost.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index 8f215c5a..e3376bbf 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -164,7 +164,7 @@ namespace WebSocketSharp.Server public abstract Type BehaviorType { get; } /// - /// Gets or sets the wait time for the response to the WebSocket Ping or + /// Gets or sets the time to wait for the response to the WebSocket Ping or /// Close. /// /// @@ -172,10 +172,9 @@ namespace WebSocketSharp.Server /// it is shutting down. /// /// - /// A that represents the wait time for - /// the response. + /// A to wait for the response. /// - /// + /// /// The value specified for a set operation is zero or less. /// public TimeSpan WaitTime {