|
|
|
@ -651,12 +651,12 @@ namespace WebSocketSharp.Server
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the time to wait for the response to
|
|
|
|
/// Gets or sets the time to wait for the response to the WebSocket Ping or
|
|
|
|
/// the WebSocket Ping or Close.
|
|
|
|
/// Close.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// The set operation does nothing if the server has
|
|
|
|
/// The set operation does nothing if the server has already started or
|
|
|
|
/// already started or it is shutting down.
|
|
|
|
/// it is shutting down.
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// <para>
|
|
|
|
/// <para>
|
|
|
|
@ -666,7 +666,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// The default value is the same as 1 second.
|
|
|
|
/// The default value is the same as 1 second.
|
|
|
|
/// </para>
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
/// <exception cref="ArgumentException">
|
|
|
|
/// <exception cref="ArgumentOutOfRangeException">
|
|
|
|
/// The value specified for a set operation is zero or less.
|
|
|
|
/// The value specified for a set operation is zero or less.
|
|
|
|
/// </exception>
|
|
|
|
/// </exception>
|
|
|
|
public TimeSpan WaitTime {
|
|
|
|
public TimeSpan WaitTime {
|
|
|
|
|