|
|
|
@ -111,8 +111,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// Gets or sets the wait time for the response to the WebSocket Ping or Close.
|
|
|
|
/// Gets or sets the wait time for the response to the WebSocket Ping or Close.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="TimeSpan"/> that represents the wait time. The default value is
|
|
|
|
/// A <see cref="TimeSpan"/> that represents the wait time for the response.
|
|
|
|
/// the same as 1 second.
|
|
|
|
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public abstract TimeSpan WaitTime { get; set; }
|
|
|
|
public abstract TimeSpan WaitTime { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|