diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs index f11f719d..9d460271 100644 --- a/websocket-sharp/Server/WebSocketServiceHost.cs +++ b/websocket-sharp/Server/WebSocketServiceHost.cs @@ -111,8 +111,7 @@ namespace WebSocketSharp.Server /// Gets or sets the wait time for the response to the WebSocket Ping or Close. /// /// - /// A that represents the wait time. The default value is - /// the same as 1 second. + /// A that represents the wait time for the response. /// public abstract TimeSpan WaitTime { get; set; }